aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2013-12-17 23:44:27 +0200
committerSergey Poznyakoff <gray@gnu.org>2013-12-17 23:44:27 +0200
commitd555e435bba040506225dd3dc684e7101b1642dd (patch)
tree636b0a33753b96fd695be28f8f2ef5f398540611 /configure.ac
parent7fede76c95d658dc745e2fcce51e4d7f9091f0ba (diff)
downloadwydawca-d555e435bba040506225dd3dc684e7101b1642dd.tar.gz
wydawca-d555e435bba040506225dd3dc684e7101b1642dd.tar.bz2
Upgrade grecs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e8e6f4..ef8f62e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,13 +119,13 @@ if test "$status_tcpwrap" = yes; then
fi
if test "$status_tcpwrap" = yes; then
AC_DEFINE_UNQUOTED([WITH_LIBWRAP],1,[Defined if compiling with libwrap])
fi
# **********************
-# TCP wrappers
+# Inotify
# **********************
AC_ARG_WITH(inotify,
AC_HELP_STRING([--with-inotify],
[compile with inotify(7) support (Linux-specific)]),
[status_inotify=${withval}],
[status_inotify=probe])

Return to:

Send suggestions and report system problems to the System administrator.