From 39ee56f5dbe968cddebf6e7891667a2cf8b5af76 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Fri, 27 Oct 2017 08:42:17 +0200 Subject: nxcomp/configure.ac: rename --{en,dis}able-info to --{en,dis}able-debug, as originally planned. --- nxcomp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]]) -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], -- cgit v1.2.3