diff options
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index 40dced209..0b30915c2 100644 --- a/nxcomp/configure.ac +++ b/nxcomp/configure.ac @@ -66,7 +66,7 @@ fi # If in_addr_t is not defined use unsigned int. AC_CHECK_TYPES([in_addr_t], [], [], [[#include <netinet/in.h>]]) -AC_ARG_ENABLE([info], +AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [enable to get info session log output (disabled by default)])], [AS_IF([test x$enableval = xyes], |