Do not use GTK 3 if it exists but cannot be compiled.
[bpt/emacs.git] / ChangeLog
index d111394..301e912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-06-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Do not use GTK 3 if it exists but cannot be compiled.
+       * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
+       exists but cannot be compiled.
+
+2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * Makefile.in (install-arch-indep): Do not create directories passed
+       with --enable-locallisppath.
+
 2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
 
        * configure.ac: Include X11/X.h when testing for Xft.h.  (Bug#14684)