Mercurial > libpst
diff configure.in @ 34:07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
author | carl |
---|---|
date | Thu, 12 Jul 2007 14:59:13 -0700 |
parents | b88ceb81dba2 |
children | b2f247463b83 |
line wrap: on
line diff
--- a/configure.in Tue Jul 10 20:23:55 2007 -0700 +++ b/configure.in Thu Jul 12 14:59:13 2007 -0700 @@ -15,13 +15,13 @@ # --enable-pst-debug=yes # --enable-pst-debug=no # -AC_MSG_CHECKING([whether we are enabling pst debug code]) +AC_MSG_CHECKING([whether we are forcing debug dump file creation]) AC_ARG_ENABLE(pst-debug, - AC_HELP_STRING([--enable-pst-debug], [enable pst debug code]), + AC_HELP_STRING([--enable-pst-debug], [force debug dump file creation]), [if test "${enable_pst_debug}" = "no" ; then AC_MSG_RESULT([no]) else - AC_DEFINE(DEBUG_ALL, 1, Define to 1 to enable pst debug code) + AC_DEFINE(DEBUG_ALL, 1, Define to 1 to force debug dump file creation) AC_MSG_RESULT([yes]) fi], # Default value for configure