fix sgcdebug configuration
This commit is contained in:
parent
d5c58d9f82
commit
f11e66fd71
16
src/configure
vendored
16
src/configure
vendored
|
@ -5259,11 +5259,7 @@ case $OS in
|
|||
;;
|
||||
BeOS)
|
||||
enable_cgcdefault="yes"
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
dummyvar=""
|
||||
else
|
||||
enable_sgc=yes
|
||||
fi
|
||||
enable_sgc=yes
|
||||
;;
|
||||
Darwin)
|
||||
|
||||
|
@ -5391,16 +5387,16 @@ fi
|
|||
|
||||
############## SGC ################
|
||||
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
enable_sgc=yes
|
||||
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
|
||||
fi
|
||||
|
||||
if test "${enable_sgc}" = "yes" ; then
|
||||
GCDIR=sgc
|
||||
OPTIONS="$OPTIONS -DUSE_SENORA_GC"
|
||||
fi
|
||||
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
GCDIR=sgc
|
||||
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
|
||||
fi
|
||||
|
||||
############## C flags ################
|
||||
|
||||
ac_ext=c
|
||||
|
|
|
@ -589,11 +589,7 @@ case $OS in
|
|||
;;
|
||||
BeOS)
|
||||
enable_cgcdefault="yes"
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
dummyvar=""
|
||||
else
|
||||
enable_sgc=yes
|
||||
fi
|
||||
enable_sgc=yes
|
||||
;;
|
||||
Darwin)
|
||||
|
||||
|
@ -721,16 +717,16 @@ fi
|
|||
|
||||
############## SGC ################
|
||||
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
enable_sgc=yes
|
||||
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
|
||||
fi
|
||||
|
||||
if test "${enable_sgc}" = "yes" ; then
|
||||
GCDIR=sgc
|
||||
OPTIONS="$OPTIONS -DUSE_SENORA_GC"
|
||||
fi
|
||||
|
||||
if test "${enable_sgcdebug}" = "yes" ; then
|
||||
GCDIR=sgc
|
||||
OPTIONS="$OPTIONS -DSGC_STD_DEBUGGING=1"
|
||||
fi
|
||||
|
||||
############## C flags ################
|
||||
|
||||
AC_LANG_C
|
||||
|
|
Loading…
Reference in New Issue
Block a user