git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405aeac
)
libungif fix: accept only newer versions of the library
author
kramm
<kramm>
Sun, 6 Feb 2005 17:27:26 +0000
(17:27 +0000)
committer
kramm
<kramm>
Sun, 6 Feb 2005 17:27:26 +0000
(17:27 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
f8d5888
..
e3cc696
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-172,7
+172,7
@@
dnl Checks for libraries.
AC_CHECK_LIB(z, deflate,, ZLIBMISSING=true)
AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, JPEGLIBMISSING=true)
AC_CHECK_LIB(t1, T1_LoadFont,, T1LIBMISSING=true)
- AC_CHECK_LIB(ungif, EGifOpenFileName,, UNGIFMISSING=true)
+ AC_CHECK_LIB(ungif, DGifOpen,, UNGIFMISSING=true)
RFX_CHECK_BYTEORDER
AC_SUBST(WORDS_BIGENDIAN)