From b0e228313455c1d9ee6e9cf9360aefa4a382c330 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 Jun 2013 11:05:05 -0700 Subject: [PATCH] --without-all should imply --with-file-notification=no. * configure.ac (with_file_notification): Default to $with_features. Fixes: debbugs:14569 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.2