(HAVE_GIF): Check for DGifOpen instead of
DGifOpenFileName.
This commit is contained in:
parent
f9be074ff0
commit
5119087bdd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue