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:
9ea8586
)
If Xft is not available, set XFT2_LD_FLAGS to null.
author
handa
<handa>
Thu, 27 May 2004 11:47:17 +0000
(11:47 +0000)
committer
handa
<handa>
Thu, 27 May 2004 11:47:17 +0000
(11:47 +0000)
Likewise for xml2.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e7b63c0
..
b435cd1
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-161,6
+161,7
@@
if test "x$HAVE_XFT2" = "xyes"; then
AC_DEFINE(HAVE_XFT2, 1,
[Define to 1 if you have Xft2 library and header file.])
else
+ XFT2_LD_FLAGS=
CPPFLAGS="$save_CPPFLAGS"
fi
LIBS="$save_LIBS"
@@
-221,6
+222,7
@@
if test "x$HAVE_XML2" = "xyes"; then
AC_DEFINE(HAVE_XML2, 1,
[Define to 1 if you have libxml2 library and header file])
else
+ XML2_LD_FLAGS=
CPPFLAGS="$save_CPPFLAGS"
fi
LIBS="$save_LIBS"