X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure;h=7d91eafe89ca64ad39b659c89896090e27acce36;hb=refs%2Ftags%2Fv5.1.1;hp=97e2f81940678d5ddc4c7dbf5b83b272a58c7e3c;hpb=4c27e57794e93088e6c41471cdcf25521e4b14cd;p=ctsim.git diff --git a/configure b/configure index 97e2f81..7d91eaf 100755 --- a/configure +++ b/configure @@ -2800,7 +2800,7 @@ fi # Define the identity of the package. PACKAGE=ctsim - VERSION=5.0.0 + VERSION=5.1.1 cat >>confdefs.h <<_ACEOF @@ -2945,11 +2945,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_config_headers="$ac_config_headers config.h" -CFLAGS="" -CXXFLAGS="" - -CFLAGS="${CFLAGS}" - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -6259,7 +6254,7 @@ if test "$datadir" != "" ; then fi if test "$debug" = "true" ; then - CFLAGS="$CFLAGS -g -DDEBUG" + CFLAGS="$CFLAGS -g -O0 -DDEBUG" $as_echo "#define DEBUG 1" >>confdefs.h @@ -7255,9 +7250,9 @@ $as_echo "yes" >&6; } wxdebug="--debug" fi if test "x$wx_gtk" != "x" ; then - ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs` -lwx_gtk2u_gl-2.8 ${GTK_LIBS} ${GLIB_LIBS}" + ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}" elif test "x$wx_mac" != "x" ; then - ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs` -lwx_macu_gl-2.8" + ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs std,gl`" fi fi fi