comparison src/Makefile.in @ 90979:988f1edc9674

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 803-805) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
author Miles Bader <miles@gnu.org>
date Mon, 09 Jul 2007 08:00:55 +0000
parents 6cb647fae9c9 518327b0a441
children f55f9811f5d7
comparison
equal deleted inserted replaced
90978:f866074aedc4 90979:988f1edc9674
439 #define LIBTIFF 439 #define LIBTIFF
440 #endif /* not HAVE_TIFF */ 440 #endif /* not HAVE_TIFF */
441 441
442 #if HAVE_GIF 442 #if HAVE_GIF
443 #ifndef LIBGIF 443 #ifndef LIBGIF
444 #define LIBGIF -lungif 444 #define LIBGIF -lgif
445 #endif /* not defined LIBGIF */ 445 #endif /* not defined LIBGIF */
446 #else /* not HAVE_GIF */ 446 #else /* not HAVE_GIF */
447 #define LIBGIF 447 #define LIBGIF
448 #endif /* not HAVE_GIF */ 448 #endif /* not HAVE_GIF */
449 449