diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6258,7 +6258,7 @@ See the pkg-config man page for more details. # determine linker-flags -#LDFLAGS= +LDFLAGS="-undefined dynamic_lookup" #LIBS= @@ -6937,7 +6937,8 @@ $debug || if test -n "$CONFIG_FILES"; then -ac_cr='
' +ac_cr=' +' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' |