diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cddebd409b0..2baafb99112 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2747,7 +2747,7 @@ dnl GNU/Linux only. | |||
| 2747 | case $with_file_notification,$NOTIFY_OBJ in | 2747 | case $with_file_notification,$NOTIFY_OBJ in |
| 2748 | gfile,* | yes,) | 2748 | gfile,* | yes,) |
| 2749 | if test "${HAVE_NS}" = yes; then | 2749 | if test "${HAVE_NS}" = yes; then |
| 2750 | AC_MSG_ERROR(['--with-file-notification=gfile' is not supported. | 2750 | AC_MSG_ERROR(['--with-file-notification=gfile' is not supported in NextStep builds. |
| 2751 | Consider kqueue instead.]) | 2751 | Consider kqueue instead.]) |
| 2752 | else | 2752 | else |
| 2753 | EMACS_CHECK_MODULES([GFILENOTIFY], [gio-2.0 >= 2.24]) | 2753 | EMACS_CHECK_MODULES([GFILENOTIFY], [gio-2.0 >= 2.24]) |