aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-05-02 19:29:57 -0400
committerGlenn Morris2014-05-02 19:29:57 -0400
commitef9ea0a623c0b801b20ff54fa9318a74a84793f2 (patch)
tree0ad08b1569b6868a7d631f66318b2c8481426b2d /etc
parentb05e08a465dceee25798ac4fd745814cdb1b8b9b (diff)
downloademacs-ef9ea0a623c0b801b20ff54fa9318a74a84793f2.tar.gz
emacs-ef9ea0a623c0b801b20ff54fa9318a74a84793f2.zip
Remove the --with-pkg-config-prog configure option
* configure.ac (--with-pkg-config-prog): Remove. Use the PKG_CONFIG environment variable instead if you need it. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 15c01607b1f..5a4410c685c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,6 +34,10 @@ should be able to work around the problem either by porting the Emacs
34undumping code to GCC under IRIX, or by configuring --with-wide-int, 34undumping code to GCC under IRIX, or by configuring --with-wide-int,
35or by sticking with Emacs 24.4. 35or by sticking with Emacs 24.4.
36 36
37---
38** The configure option `--with-pkg-config-prog' has been removed.
39Use the PKG_CONFIG environment variable instead if you need to.
40
37 41
38* Startup Changes in Emacs 24.5 42* Startup Changes in Emacs 24.5
39 43