]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Further fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Jul 2013 23:15:20 +0000 (19:15 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Jul 2013 23:15:20 +0000 (19:15 -0400)
configure.ac

index f0cee74169794a6eb41dc615ee5d56479e2507c5..9ab7e971b05c7344d22424367a0fabc2d552c498 100644 (file)
@@ -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