Mercurial > hg > sonic-visualiser
comparison configure @ 2515:7bf8a0179e32
Ensure we use the user's LDFLAGS if specified
author | Chris Cannam |
---|---|
date | Fri, 24 Apr 2020 10:53:04 +0100 |
parents | c56056a3dfb2 |
children | 19effcb6b21c |
comparison
equal
deleted
inserted
replaced
2514:7bd874f87f0e | 2515:7bf8a0179e32 |
---|---|
4506 CXXFLAGS_BUILD="$USER_CXXFLAGS" | 4506 CXXFLAGS_BUILD="$USER_CXXFLAGS" |
4507 LDFLAGS_BUILD="" | 4507 LDFLAGS_BUILD="" |
4508 fi | 4508 fi |
4509 | 4509 |
4510 CXXFLAGS="$CXXFLAGS_BUILD $SV_DEFINES_BUILD" | 4510 CXXFLAGS="$CXXFLAGS_BUILD $SV_DEFINES_BUILD" |
4511 LDFLAGS="$LDFLAGS_BUILD" | 4511 |
4512 if test x"LDFLAGS" = x; then | |
4513 LDFLAGS="$LDFLAGS_BUILD" | |
4514 fi | |
4512 | 4515 |
4513 # On IRIX 5.3, sys/types and inttypes.h are conflicting. | 4516 # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
4514 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | 4517 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
4515 inttypes.h stdint.h unistd.h | 4518 inttypes.h stdint.h unistd.h |
4516 do : | 4519 do : |