From 21f5a7d22b1fd12db09d73b306927badb8cd33e7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 22 Nov 2009 22:00:51 +0000 Subject: relax the linker conditions for failure for linking sqlite3 on Mac OS X 10.4, which does not have a recent enough version, but the missing symbol is not used by USDX. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1953 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure | 5 +++-- configure.ac | 2 +- 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` 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) -- cgit v1.2.3