From f7306b812c87e3e38c754ff15a8b3e03fd648ca0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 12 Jul 2013 19:15:20 -0400 Subject: [PATCH] * configure.ac: Further fix. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f0cee741697..9ab7e971b05 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 -- 2.39.2