changeset 4551:2643a46322a6 HEAD

Updated --with-notify description.
author Timo Sirainen <tss@iki.fi>
date Thu, 10 Aug 2006 20:28:31 +0300
parents 592a720e8857
children ef71b2fdd433
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Aug 10 18:54:24 2006 +0300
+++ b/configure.in	Thu Aug 10 20:28:31 2006 +0300
@@ -60,9 +60,9 @@
 	ioloop=poll)
 
 AC_ARG_WITH(notify,
-[  --with-notify=IOLOOP    Specify the file system notification method to use
-                          (dnotify, inotify, kqueue, none;
-                           default dnotify if compilable, otherwise none)],
+[  --with-notify=NOTIFY    Specify the file system notification method to use
+                          (inotify, kqueue, dnotify, none;
+                           default is detected in the above order)],
 	notify=$withval,
 	notify=)