fix sgcdebug configuration
This commit is contained in:
parent
d5c58d9f82
commit
f11e66fd71
14
src/configure
vendored
14
src/configure
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user