fix sgcdebug configuration

This commit is contained in:
Matthew Flatt 2010-12-26 06:43:26 -06:00
parent d5c58d9f82
commit f11e66fd71
2 changed files with 12 additions and 20 deletions

14
src/configure vendored
View File

@ -5259,11 +5259,7 @@ case $OS in
;; ;;
BeOS) BeOS)
enable_cgcdefault="yes" enable_cgcdefault="yes"
if test "${enable_sgcdebug}" = "yes" ; then
dummyvar=""
else
enable_sgc=yes enable_sgc=yes
fi
;; ;;
Darwin) Darwin)
@ -5391,16 +5387,16 @@ fi
############## SGC ################ ############## SGC ################
if test "${enable_sgcdebug}" = "yes" ; then
enable_sgc=yes
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
fi
if test "${enable_sgc}" = "yes" ; then if test "${enable_sgc}" = "yes" ; then
GCDIR=sgc GCDIR=sgc
OPTIONS="$OPTIONS -DUSE_SENORA_GC" OPTIONS="$OPTIONS -DUSE_SENORA_GC"
fi fi
if test "${enable_sgcdebug}" = "yes" ; then
GCDIR=sgc
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
fi
############## C flags ################ ############## C flags ################
ac_ext=c ac_ext=c

View File

@ -589,11 +589,7 @@ case $OS in
;; ;;
BeOS) BeOS)
enable_cgcdefault="yes" enable_cgcdefault="yes"
if test "${enable_sgcdebug}" = "yes" ; then
dummyvar=""
else
enable_sgc=yes enable_sgc=yes
fi
;; ;;
Darwin) Darwin)
@ -721,16 +717,16 @@ fi
############## SGC ################ ############## SGC ################
if test "${enable_sgcdebug}" = "yes" ; then
enable_sgc=yes
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
fi
if test "${enable_sgc}" = "yes" ; then if test "${enable_sgc}" = "yes" ; then
GCDIR=sgc GCDIR=sgc
OPTIONS="$OPTIONS -DUSE_SENORA_GC" OPTIONS="$OPTIONS -DUSE_SENORA_GC"
fi fi
if test "${enable_sgcdebug}" = "yes" ; then
GCDIR=sgc
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
fi
############## C flags ################ ############## C flags ################
AC_LANG_C AC_LANG_C