projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa4638
)
(FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them.
author
handa
<handa>
Wed, 19 Jul 2006 02:24:37 +0000
(
02:24
+0000)
committer
handa
<handa>
Wed, 19 Jul 2006 02:24:37 +0000
(
02:24
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
28b3f98
..
4facc40
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-65,6
+65,8
@@
if test "x$HAVE_FREETYPE" != "xyes" ; then
echo "Freetype library wan't found in your system!"
exit 1
fi
+AC_SUBST(FREETYPE_INC)
+AC_SUBST(FREETYPE_LD_FLAGS)
if test "x$no_x" != "xyes"; then
X11_XT_XAW_XMU="-lX11 -lXt -lXaw -lXmu"