aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-06-20 07:51:59 +0000
committerGlenn Morris2007-06-20 07:51:59 +0000
commit31840c4328c71dde916c233a1f43c6ec1985df3a (patch)
tree8689ddcb5f6633102cb16394f736e1923b2f53f3 /src
parent92648dea00b1640f7699854e39b7130292951fea (diff)
downloademacs-31840c4328c71dde916c233a1f43c6ec1985df3a.tar.gz
emacs-31840c4328c71dde916c233a1f43c6ec1985df3a.zip
(LIBGIF): Default to -lgif.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a19cf3969fe..598fb582c39 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -440,7 +440,7 @@ XFT_LIBS=@XFT_LIBS@
440 440
441#if HAVE_GIF 441#if HAVE_GIF
442#ifndef LIBGIF 442#ifndef LIBGIF
443#define LIBGIF -lungif 443#define LIBGIF -lgif
444#endif /* not defined LIBGIF */ 444#endif /* not defined LIBGIF */
445#else /* not HAVE_GIF */ 445#else /* not HAVE_GIF */
446#define LIBGIF 446#define LIBGIF