Enlightenment CVS committal Author : vapier Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils Modified Files: configure.in Log Message: touchup configure output =================================================================== RCS file: /cvs/e/e17/apps/e_utils/configure.in,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- configure.in 9 Mar 2006 01:14:09 -0000 1.23 +++ configure.in 20 Apr 2006 02:34:40 -0000 1.24 @@ -182,27 +182,18 @@ AM_CONDITIONAL(BUILD_ETHEMES, test "x$build_ethemes" = "xyes") +AC_MSG_CHECKING(debug code support) AC_ARG_ENABLE(debug, [ --enable-debug enable debug code], [ - if [ test "$enableval" = "yes" ]; then - AC_MSG_RESULT(Enabled Debug Code) - want_debug="yes" - else - AC_MSG_RESULT(Disabled Debug Code) - want_debug="no" - fi + want_debug=$enableval ], [ - AC_MSG_RESULT(Disabled Debug Code) want_debug="no" -] -) - +]) +AC_MSG_RESULT($want_debug) if test "x$want_debug" = "xyes"; then - AC_DEFINE(DEBUG, 1, [Define to 1 to enable debug code]) - AM_CONDITIONAL(DEBUG, true) -else - AM_CONDITIONAL(DEBUG, false) + AC_DEFINE(DEBUG, 1, [Define to 1 to enable debug code]) fi +AM_CONDITIONAL(DEBUG, test "x$want_debug" = "xyes") AC_OUTPUT([ @@ -266,14 +257,10 @@ echo " Exige...........: "$build_exige echo " Ethemes.........: "$build_ethemes echo -echo " Compilation..........: make" +echo "Compilation..........: make" echo -echo " Installation.........: make install" +echo "Installation.........: make install" echo -echo " prefix.........: $prefix" -echo " binaries.......: $bindir" +echo " prefix.........: $prefix" +echo " binaries.......: $bindir" echo - - - - ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs