diff options
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 158ae109aae..70a5b7bee32 100644 --- a/src/config.in +++ b/src/config.in @@ -228,9 +228,13 @@ 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 -lgif; otherwise specify + with LIBGIF). */ #undef HAVE_GIF +/* Define to 1 if you have the gpm library (-lgpm). */ +#undef HAVE_GPM + /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT @@ -765,6 +769,9 @@ Boston, MA 02110-1301, USA. */ Solaris, for example). */ #undef LD_SWITCH_X_SITE_AUX +/* Compiler option to link with the gif library (if not -lgif). */ +#undef LIBGIF + /* Define to 1 if localtime caches TZ. */ #undef LOCALTIME_CACHE |