From ba27e43018b5015282398ee7cd9cfff3da580c06 Mon Sep 17 00:00:00 2001 From: ccremers Date: Sun, 23 May 2004 14:59:55 +0000 Subject: [PATCH] - Added --enable-debug to configure script. This yields the option in the help, but does not have the desired result yet. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 3a1ef44..42b73c5 100644 --- a/configure.in +++ b/configure.in @@ -29,6 +29,10 @@ AC_CHECK_LIB(argtable2, arg_parse,,AC_MSG_ERROR(Could not find the argtable2 lib Download and install from http://argtable.sourceforge.net/ or make sure that the libraries can be found by setting LD_LIBRARY_PATH correctly.)) + +AC_ARG_ENABLE(debug, + AC_HELP_STRING([--enable-debug], [enable debugging mode]), + AC_DEFINE(DEBUG,1," compile with debugging support")) VERSION="0.0.1" SUBDIRS=src