# HG changeset patch # User Glenn Morris # Date 1181636054 0 # Node ID 85e3338d22648967d0d8cb9c7ae5c2d7a463ade0 # Parent e88adc9bd01777abac6bc651142e424296ed468f (HAVE_GIF): Doc fix. (LIBGIF): New (already used by Makefile.in). diff -r e88adc9bd017 -r 85e3338d2264 src/config.in --- 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