diff options
| author | Glenn Morris | 2014-05-02 19:29:57 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-05-02 19:29:57 -0400 |
| commit | ef9ea0a623c0b801b20ff54fa9318a74a84793f2 (patch) | |
| tree | 0ad08b1569b6868a7d631f66318b2c8481426b2d /etc | |
| parent | b05e08a465dceee25798ac4fd745814cdb1b8b9b (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -34,6 +34,10 @@ should be able to work around the problem either by porting the Emacs | |||
| 34 | undumping code to GCC under IRIX, or by configuring --with-wide-int, | 34 | undumping code to GCC under IRIX, or by configuring --with-wide-int, |
| 35 | or by sticking with Emacs 24.4. | 35 | or by sticking with Emacs 24.4. |
| 36 | 36 | ||
| 37 | --- | ||
| 38 | ** The configure option `--with-pkg-config-prog' has been removed. | ||
| 39 | Use 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 | ||