[srvx-commits] CVS: services configure.ac,1.9,1.10
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-09-28 15:18:22
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv15382 Modified Files: configure.ac Log Message: clean up some defines Index: configure.ac =================================================================== RCS file: /cvsroot/srvx/services/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** configure.ac 2001/09/27 21:58:08 1.9 --- configure.ac 2001/09/28 15:18:19 1.10 *************** *** 50,56 **** EXTRA_DEFINE="-fno-builtin" ;; - *-linux*) - EXTRA_DEFINE="-D_GNU_SOURCE" - ;; *) EXTRA_DEFINE="-ansi" --- 50,53 ---- *************** *** 229,233 **** AC_ARG_ENABLE(debug, [ --enable-debug Enables debugging behaviors], ! [ CPPFLAGS="$CPPFLAGS -DDEBUG" AC_MSG_RESULT(yes)], [ AC_MSG_RESULT(no)]) --- 226,230 ---- AC_ARG_ENABLE(debug, [ --enable-debug Enables debugging behaviors], ! [ AC_DEFINE(DEBUG, 1, [Define to enable various debug behaviors.]) AC_MSG_RESULT(yes)], [ AC_MSG_RESULT(no)]) |