aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index b2351c6a..476c1015 100755
--- a/configure
+++ b/configure
@@ -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)