(FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them.
authorhanda <handa>
Wed, 19 Jul 2006 02:24:37 +0000 (02:24 +0000)
committerhanda <handa>
Wed, 19 Jul 2006 02:24:37 +0000 (02:24 +0000)
configure.ac

index 28b3f98..4facc40 100644 (file)
@@ -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"