]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwin-w32 build. ...
authorKen Brown <kbrown@cornell.edu>
Thu, 21 Aug 2014 21:52:26 +0000 (17:52 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 21 Aug 2014 21:52:26 +0000 (17:52 -0400)
ChangeLog
configure.ac

index 069b3545e0faf0cfc1ca7dc052f9a8c84bd60641..b9c2039d57c238bdf3a1321a0f5da11e9bddc4f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-21  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
+       Cygwin-w32 build.  (Bug#18302)
+
 2014-08-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        Don't prevent random file systems from being unmounted (Bug#18232).
index 3e49527e0f1fb68f6b0b39d22f2d7853cc8dc3d0..806b1b4f30863eb65408f536945d9c5cfdf0c4ad 100644 (file)
@@ -2991,6 +2991,9 @@ AC_SUBST(M17N_FLT_LIBS)
 
 ### Use -lXpm if available, unless `--with-xpm=no'.
 ### mingw32 doesn't use -lXpm, since it loads the library dynamically.
+### In the Cygwin-w32 build, we need to use /usr/include/noX/X11/xpm.h
+### rather than /usr/include/X11/xpm.h, so we set CPPFLAGS (and
+### LDFLAGS) accordingly.
 HAVE_XPM=no
 LIBXPM=
 if test "${HAVE_W32}" = "yes" && test "${opsys}" = "cygwin"; then