diff options
| author | Glenn Morris | 2013-07-12 19:15:20 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-12 19:15:20 -0400 |
| commit | f7306b812c87e3e38c754ff15a8b3e03fd648ca0 (patch) | |
| tree | 5812a07cfb709b773d8a13b51543824e023f0f58 | |
| parent | 81974faaba03caf799810ae4dad39fa7513b9ed0 (diff) | |
| download | emacs-f7306b812c87e3e38c754ff15a8b3e03fd648ca0.tar.gz emacs-f7306b812c87e3e38c754ff15a8b3e03fd648ca0.zip | |
* configure.ac: Further fix.
| -rw-r--r-- | configure.ac | 1 |
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 |