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:
a20c781
)
Run freetype-config with --libs instead of
author
handa
<handa>
Thu, 3 Jun 2004 00:00:43 +0000
(
00:00
+0000)
committer
handa
<handa>
Thu, 3 Jun 2004 00:00:43 +0000
(
00:00
+0000)
--libtool.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
7d4bd64
..
de21bc4
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-141,7
+141,7
@@
if test "x$HAVE_FREETYPE_CONFIG" = "xyes"; then
HAVE_FREETYPE=no)
LIBS="$save_LIBS"
if test "x$HAVE_FREETYPE" = "xyes"; then
- FREETYPE_LD_FLAGS=`freetype-config --libtool`
+ FREETYPE_LD_FLAGS=`freetype-config --libs`
AC_DEFINE(HAVE_FREETYPE, 1,
[Define to 1 if you have FreeType library and header file.])
fi