diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-18 10:51:21 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-18 10:51:21 +0000 |
commit | 5119087bdd839ece41aca683a7f5088fad896b26 (patch) | |
tree | 42d50068f54d6289295f82cefe51c7632dec5509 /configure.in | |
parent | f9be074ff0dae028886641f077a276ce6b248541 (diff) | |
download | emacs-5119087bdd839ece41aca683a7f5088fad896b26.tar.gz |
(HAVE_GIF): Check for DGifOpen instead of
DGifOpenFileName.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ba378ee17cc..2580d9cdae2 100644 --- a/configure.in +++ b/configure.in @@ -1759,7 +1759,7 @@ if test "${HAVE_X11}" = "yes"; then old_c_flags="${CFLAGS}" CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" AC_CHECK_HEADER(gif_lib.h, - AC_CHECK_LIB(ungif, DGifOpenFileName, HAVE_GIF=yes, , -lX11)) + AC_CHECK_LIB(ungif, DGifOpen, HAVE_GIF=yes, , -lX11)) CFLAGS="${old_c_flags}" fi |