aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-06-11 11:05:05 -0700
committerPaul Eggert <[email protected]>2013-06-11 11:05:05 -0700
commitb0e228313455c1d9ee6e9cf9360aefa4a382c330 (patch)
treec0508bed2d9765492cbe704876e2d0ab35fe3133 /configure.ac
parent7de135d06fcc24d3ee946947251a8b969fb3fee0 (diff)
--without-all should imply --with-file-notification=no.
* configure.ac (with_file_notification): Default to $with_features. Fixes: debbugs:14569
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c51d2113a..656255c0e9 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.