diff options
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 3 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' diff --git a/configure.ac b/configure.ac index 7d643c9b..69e358fc 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ PKG_HAVE([portmixer], [portmixer], no) AC_SUBST_DEFINE(HAVE_PORTMIXER, $portmixer_HAVE) # determine linker-flags -#LDFLAGS= +LDFLAGS="-undefined dynamic_lookup" #LIBS= AC_SUBST(LDFLAGS) AC_SUBST(LIBS) |