projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5498639
)
Fix AC_CHECK_LIB arg for fontconfig.
author
handa
<handa>
Mon, 24 May 2004 13:11:42 +0000
(13:11 +0000)
committer
handa
<handa>
Mon, 24 May 2004 13:11:42 +0000
(13:11 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e1119e8
..
9916774
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-181,7
+181,7
@@
else
LIBS="$LIBS $FONTCONFIG_LD_FLAGS"
fi
fi
- AC_CHECK_LIB(fontconfig, HAVE_FONTCONFIG=yes, HAVE_FONTCONFIG=no)
+ AC_CHECK_LIB(fontconfig, FcInit, HAVE_FONTCONFIG=yes, HAVE_FONTCONFIG=no)
AC_CHECK_HEADER(fontconfig/fontconfig.h, , HAVE_FONTCONFIG=no)
fi
if test "x$HAVE_FONTCONFIG" = "xyes"; then