From 5498639cbfdbed0d65d806de86c954c5de510080 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 24 May 2004 13:06:38 +0000 Subject: [PATCH] Fix typo (pkg-conifg ->pkg-config). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4