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:
2b2cce9
)
Fix typo (pkg-conifg ->pkg-config).
author
handa
<handa>
Mon, 24 May 2004 13:06:38 +0000
(13:06 +0000)
committer
handa
<handa>
Mon, 24 May 2004 13:06:38 +0000
(13:06 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
26f6534
..
e1119e8
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-177,7
+177,7
@@
else
if test "x$HAVE_PKG_CONFIG" = "xyes"; then
if pkg-config --exists fontconfig; then
CPPFLAGS="$CPPFLAGS `pkg-config --cflags fontconfig`"
- FONTCONFIG_LD_FLAGS="`pkg-conifg --libs fontconfig`"
+ FONTCONFIG_LD_FLAGS="`pkg-config --libs fontconfig`"
LIBS="$LIBS $FONTCONFIG_LD_FLAGS"
fi
fi