From: handa Date: Mon, 24 May 2004 13:06:38 +0000 (+0000) Subject: Fix typo (pkg-conifg ->pkg-config). X-Git-Tag: withdl~188 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5498639cbfdbed0d65d806de86c954c5de510080;p=m17n%2Fm17n-lib.git Fix typo (pkg-conifg ->pkg-config). --- diff --git a/configure.ac b/configure.ac index 26f6534..e1119e8 100644 --- a/configure.ac +++ b/configure.ac @@ -177,7 +177,7 @@ else if test "x$HAVE_PKG_CONFIG" = "xyes"; then if pkg-config --exists fontconfig; then CPPFLAGS="$CPPFLAGS `pkg-config --cflags fontconfig`" - FONTCONFIG_LD_FLAGS="`pkg-conifg --libs fontconfig`" + FONTCONFIG_LD_FLAGS="`pkg-config --libs fontconfig`" LIBS="$LIBS $FONTCONFIG_LD_FLAGS" fi fi