From 09eeb29d2eabba4be9dafa092ad1e8d9b1347aad Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 19 Jul 2006 02:24:37 +0000 Subject: [PATCH] (FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 28b3f98..4facc40 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,8 @@ if test "x$HAVE_FREETYPE" != "xyes" ; then echo "Freetype library wan't found in your system!" exit 1 fi +AC_SUBST(FREETYPE_INC) +AC_SUBST(FREETYPE_LD_FLAGS) if test "x$no_x" != "xyes"; then X11_XT_XAW_XMU="-lX11 -lXt -lXaw -lXmu" -- 1.7.10.4