aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
m---------grecs0
2 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
119fi 119fi
120if test "$status_tcpwrap" = yes; then 120if test "$status_tcpwrap" = yes; then
121 AC_DEFINE_UNQUOTED([WITH_LIBWRAP],1,[Defined if compiling with libwrap]) 121 AC_DEFINE_UNQUOTED([WITH_LIBWRAP],1,[Defined if compiling with libwrap])
122fi 122fi
123 123
124# ********************** 124# **********************
125# TCP wrappers 125# Inotify
126# ********************** 126# **********************
127AC_ARG_WITH(inotify, 127AC_ARG_WITH(inotify,
128 AC_HELP_STRING([--with-inotify], 128 AC_HELP_STRING([--with-inotify],
129 [compile with inotify(7) support (Linux-specific)]), 129 [compile with inotify(7) support (Linux-specific)]),
130 [status_inotify=${withval}], 130 [status_inotify=${withval}],
131 [status_inotify=probe]) 131 [status_inotify=probe])
diff --git a/grecs b/grecs
Subproject 487e2cfa988d6c3a5232011ab83897ef23bdb88 Subproject 57a00b140954a2c22ba2fdebc93e8e6eda41b2a

Return to:

Send suggestions and report system problems to the System administrator.