Changeset 10035
- Timestamp:
- Jan 28, 2010, 10:18:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r10005 r10035 134 134 AC_ARG_WITH([inotify], 135 135 [AS_HELP_STRING([--with-inotify],[Enable inotify support (default=auto)])], 136 [want_inotify=${ enableval}],136 [want_inotify=${withval}], 137 137 [want_inotify=${have_inotify}]) 138 138 if test "x$want_inotify" = "xyes" ; then … … 149 149 AC_ARG_WITH([kqueue], 150 150 [AS_HELP_STRING([--with-kqueue],[Enable kqueue support (default=auto)])], 151 [want_kqueue=${ enableval}],151 [want_kqueue=${withval}], 152 152 [want_kqueue=${have_kqueue}]) 153 153 if test "x$want_kqueue" = "xyes" ; then
Note: See TracChangeset
for help on using the changeset viewer.