]> git.eshelyaron.com Git - emacs.git/commit
Make 'configure' work out-of-the-box on Solaris.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2013 22:31:02 +0000 (14:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2013 22:31:02 +0000 (14:31 -0800)
commit7204a2e666b34d8b309b7b8568c88032468e207e
tree40eefecf7cac67fe1d61887986f651c72604e4cc
parent7b3f56792cb7d093aacc14dda81960dd75c23c4d
Make 'configure' work out-of-the-box on Solaris.

* configure.ac: Work even if libgif etc. are missing.  Emacs works
without these libraries even if its default GUI is harmed, so they
are not strictly necessary.  Another possibility would be to
disable X11 if these libraries are missing.  The point is that a
plain 'configure' should not fail on platforms like Solaris 11
where one or more image libraries are not installed by default.
ChangeLog
configure.ac