From: Gerd Moellmann Date: Tue, 18 Jan 2000 10:51:21 +0000 (+0000) Subject: (HAVE_GIF): Check for DGifOpen instead of X-Git-Tag: emacs-pretest-21.0.90~5325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5119087bdd839ece41aca683a7f5088fad896b26;p=emacs.git (HAVE_GIF): Check for DGifOpen instead of DGifOpenFileName. --- 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