aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-12 19:15:20 -0400
committerGlenn Morris2013-07-12 19:15:20 -0400
commitf7306b812c87e3e38c754ff15a8b3e03fd648ca0 (patch)
tree5812a07cfb709b773d8a13b51543824e023f0f58
parent81974faaba03caf799810ae4dad39fa7513b9ed0 (diff)
downloademacs-f7306b812c87e3e38c754ff15a8b3e03fd648ca0.tar.gz
emacs-f7306b812c87e3e38c754ff15a8b3e03fd648ca0.zip
* configure.ac: Further fix.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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
2330 AC_DEFINE(HAVE_W32NOTIFY, 1, [Define to 1 to use w32notify.]) 2330 AC_DEFINE(HAVE_W32NOTIFY, 1, [Define to 1 to use w32notify.])
2331 NOTIFY_OBJ=w32notify.o 2331 NOTIFY_OBJ=w32notify.o
2332 NOTIFY_SUMMARY="yes (w32)" 2332 NOTIFY_SUMMARY="yes (w32)"
2333 with_file_notification=w32
2333 elif test "${with_file_notification}" = "w32"; then 2334 elif test "${with_file_notification}" = "w32"; then
2334 AC_MSG_ERROR([File notification `w32' requested but requirements not found.]) 2335 AC_MSG_ERROR([File notification `w32' requested but requirements not found.])
2335 elif test "${opsys}" = "mingw32"; then 2336 elif test "${opsys}" = "mingw32"; then