From: Paul Eggert Date: Tue, 11 Jun 2013 18:05:05 +0000 (-0700) Subject: --without-all should imply --with-file-notification=no. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0e228313455c1d9ee6e9cf9360aefa4a382c330;p=emacs.git --without-all should imply --with-file-notification=no. * configure.ac (with_file_notification): Default to $with_features. Fixes: debbugs:14569 --- diff --git a/ChangeLog b/ChangeLog index c79c28e77c3..bad19f32a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-11 Paul Eggert + + --without-all should imply --with-file-notification=no. (Bug#14569) + * configure.ac (with_file_notification): Default to $with_features. + 2013-06-09 Paul Eggert Merge from gnulib, incorporating: diff --git a/configure.ac b/configure.ac index 9c51d2113a5..656255c0e9a 100644 --- a/configure.ac +++ b/configure.ac @@ -216,7 +216,7 @@ this option's value should be `yes', `no', `gfile', `inotify' or `w32'. esac with_file_notification=$val ], - [with_file_notification=yes]) + [with_file_notification=$with_features]) ## For the times when you want to build Emacs but don't have ## a suitable makeinfo, and can live without the manuals.