aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2013-07-12 19:15:20 -0400
committerGlenn Morris <[email protected]>2013-07-12 19:15:20 -0400
commitf7306b812c87e3e38c754ff15a8b3e03fd648ca0 (patch)
tree5812a07cfb709b773d8a13b51543824e023f0f58 /configure.ac
parent81974faaba03caf799810ae4dad39fa7513b9ed0 (diff)
* configure.ac: Further fix.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f0cee74169..9ab7e971b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2330,6 +2330,7 @@ if test "${with_file_notification}" != "no"; then
AC_DEFINE(HAVE_W32NOTIFY, 1, [Define to 1 to use w32notify.])
NOTIFY_OBJ=w32notify.o
NOTIFY_SUMMARY="yes (w32)"
+ with_file_notification=w32
elif test "${with_file_notification}" = "w32"; then
AC_MSG_ERROR([File notification `w32' requested but requirements not found.])
elif test "${opsys}" = "mingw32"; then