changeset 25332:d4e5e2351edb

Do not set -DSYS_DARWIN, it is unused.
author diego
date Tue, 11 Dec 2007 20:32:50 +0000
parents 4995bef769cf
children 745963b7d417
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Dec 11 20:32:21 2007 +0000
+++ b/configure	Tue Dec 11 20:32:50 2007 +0000
@@ -7458,7 +7458,7 @@
 
 #############################################################################
 if darwin ; then
-  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc"
+  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"
   fi