aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-03 19:25:19 +0200
committerEli Zaretskii2016-01-03 19:25:19 +0200
commit9bb557c30fde79f21cbab7a0793ae37edbdbac9f (patch)
treee727073c611e290b6a54e0fe5c3f512f2f24bc3a
parent21ad7279e47f0bc33acf36f0ac27f92808232dbd (diff)
downloademacs-9bb557c30fde79f21cbab7a0793ae37edbdbac9f.tar.gz
emacs-9bb557c30fde79f21cbab7a0793ae37edbdbac9f.zip
; * configure.ac: Improve wording of last commit.
-rw-r--r--configure.ac2
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.
2747case $with_file_notification,$NOTIFY_OBJ in 2747case $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.
2751Consider kqueue instead.]) 2751Consider 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])