X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-test.git;a=blobdiff_plain;f=configure.ac;h=7edbef78d90ee22e3e0bfd575849a1ddb5a43ca3;hp=c698a443da198a45d159437d893d9677fd8bd3e5;hb=66e7d689d2a48a15908eef1d4e8ab36306e4bbcc;hpb=a2353ac47a05b556a97dfee5ef0c90b4bd465a52 diff --git a/configure.ac b/configure.ac index c698a44..7edbef7 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ PKG_CHECK_MODULES(M17NGUI, m17n-gui) 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