changeset 81318:85e3338d2264

(HAVE_GIF): Doc fix. (LIBGIF): New (already used by Makefile.in).
author Glenn Morris <rgm@gnu.org>
date Tue, 12 Jun 2007 08:14:14 +0000
parents e88adc9bd017
children ffa10b05dd42
files src/config.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Tue Jun 12 08:13:57 2007 +0000
+++ b/src/config.in	Tue Jun 12 08:14:14 2007 +0000
@@ -228,7 +228,8 @@
 /* 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 @@
    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