From: Eli Zaretskii Date: Sun, 3 Jan 2016 17:25:19 +0000 (+0200) Subject: ; * configure.ac: Improve wording of last commit. X-Git-Tag: emacs-26.0.90~2824 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bb557c30fde79f21cbab7a0793ae37edbdbac9f;p=emacs.git ; * configure.ac: Improve wording of last commit. --- 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. case $with_file_notification,$NOTIFY_OBJ in gfile,* | yes,) if test "${HAVE_NS}" = yes; then - AC_MSG_ERROR(['--with-file-notification=gfile' is not supported. + AC_MSG_ERROR(['--with-file-notification=gfile' is not supported in NextStep builds. Consider kqueue instead.]) else EMACS_CHECK_MODULES([GFILENOTIFY], [gio-2.0 >= 2.24])