1 dnl ---------------------------------------------------------------------------
3 dnl ---------------------------------------------------------------------------
5 [ --enable-debug Build with support for the DEBUG.],
7 AC_DEFINE([HAVE_DEBUG], [1], [Enables DEBUG Support])
8 AC_CHECK_PROGS(DEBUG, debug)
17 AM_CONDITIONAL([HAVE_DEBUG], [ test "$ENABLE_DEBUG" = "yes" ])
18 dnl ---------------------------------------------------------------------------
19 dnl End Macro: DEBUG_TEST
20 dnl ---------------------------------------------------------------------------