*** empty log message ***
authorhanda <handa>
Wed, 15 Aug 2007 12:27:33 +0000 (12:27 +0000)
committerhanda <handa>
Wed, 15 Aug 2007 12:27:33 +0000 (12:27 +0000)
configure.ac

index c698a44..7edbef7 100644 (file)
@@ -10,7 +10,7 @@ PKG_CHECK_MODULES(M17NGUI, m17n-gui)
 PKG_CHECK_MODULES(M17NFLT, m17n-flt)
 PKG_CHECK_MODULES(OTF, libotf)
 
 PKG_CHECK_MODULES(M17NFLT, m17n-flt)
 PKG_CHECK_MODULES(OTF, libotf)
 
-AC_ARG_WITH(harfbuzz, [Harfbuzz source directory], HBDIR="$withval", HBDIR="")
+AC_ARG_WITH(harfbuzz, [Harfbuzz source directory], HBDIR="$withval", HBDIR="../harfbuzz")
 if test -d "$HBDIR/src/.libs"; then
    HB_CFLAGS="-I$HBDIR/src"
    for o in global open stream buffer gdef gsub gpos; do
 if test -d "$HBDIR/src/.libs"; then
    HB_CFLAGS="-I$HBDIR/src"
    for o in global open stream buffer gdef gsub gpos; do