From bfdb15153bab390a2b3399c215d1ee2fc81692dc Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 15 Aug 2007 12:27:33 +0000 Subject: [PATCH 1/1] *** empty log message *** --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4