Added verbose debug option.

This commit is contained in:
Vreixo Formoso
2008-02-09 17:15:58 +01:00
parent 348ddfef04
commit 02814b0ff7
2 changed files with 14 additions and 3 deletions

View File

@ -140,6 +140,12 @@ else
CFLAGS="$CFLAGS -DDEBUG"
fi
dnl Verbose debug to make libisofs issue more debug messages
AC_ARG_ENABLE(verbose-debug,
[ --enable-verbose-debug Enable verbose debug messages [default=no]],
AC_DEFINE(LIBISOFS_VERBOSE_DEBUG, 1))
AC_CONFIG_FILES([
Makefile
doc/doxygen.conf