Commit 39ee56f5 authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/configure.ac: rename --{en,dis}able-info to --{en,dis}able-debug, as originally planned.

parent dae8551e
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment