aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 33b06283..384e7121 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,8 +68,7 @@ fi
68case "$host_os" in 68case "$host_os" in
69*darwin* | *rhapsody* | *macosx*) 69*darwin* | *rhapsody* | *macosx*)
70 AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system]) 70 AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system])
71 CFLAGS="-no-cpp-precomp $CFLAGS" 71 CFLAGS="-no-cpp-precomp -fno-common $CFLAGS"
72 LDFLAGS="-flat_namespace -undefined suppress $LDFLAGS"
73 AM_CONDITIONAL(HAVE_GNU_LD, false) 72 AM_CONDITIONAL(HAVE_GNU_LD, false)
74 ;; 73 ;;
75linux*) 74linux*)