summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-06-12 08:14:14 +0000
committerGlenn Morris <rgm@gnu.org>2007-06-12 08:14:14 +0000
commit984db1fed16c5be8adf201c3581015681b7d784e (patch)
tree07158f3978df3cf92adad45bcb1c125b112d2eaa
parentacc96c873375e0150d4cbac1fade5c661d54c577 (diff)
downloademacs-984db1fed16c5be8adf201c3581015681b7d784e.tar.gz
(HAVE_GIF): Doc fix.
(LIBGIF): New (already used by Makefile.in).
-rw-r--r--src/config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 5fe340ba546..020fc6295c8 100644
--- a/src/config.in
+++ b/src/config.in
@@ -228,7 +228,8 @@ Boston, MA 02110-1301, USA. */
/* Define to 1 if you have the `get_current_dir_name' function. */
#undef HAVE_GET_CURRENT_DIR_NAME
-/* Define to 1 if you have the ungif library (-lungif). */
+/* Define to 1 if you have a gif library (default -lungif; otherwise
+ specify with LIBGIF). */
#undef HAVE_GIF
/* Define to 1 if you have the gpm library (-lgpm). */
@@ -768,6 +769,9 @@ Boston, MA 02110-1301, USA. */
Solaris, for example). */
#undef LD_SWITCH_X_SITE_AUX
+/* Define to compiler option to link with gif library, if not -lungif. */
+#undef LIBGIF
+
/* Define to 1 if localtime caches TZ. */
#undef LOCALTIME_CACHE