X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=3179d66f0a88ecafb706b7679e6cc4e305a01e24;hb=1bf3af9b2db2552fbaa5a02e2a824f0946499aec;hp=ccecc0db7e1b64c6c0276fccbe0257012c15383d;hpb=c160b976ca26729e281edd575ece3e8ff0f41115;p=swftools.git diff --git a/configure b/configure index ccecc0d..3179d66 100755 --- a/configure +++ b/configure @@ -10135,7 +10135,7 @@ fi OLDCPPFLAGS="${CPPFLAGS}" OLDLIBS="${LIBS}" if test "x${FREETYPE_CONFIG}" '!=' "x"; then - CPPFLAGS="$CPPFLAGS "`freetype-config --cflags` + CPPFLAGS="$CPPFLAGS "`$FREETYPE_CONFIG --cflags` else if test -d /usr/include/freetype2; then CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2" else if test -d /usr/local/include/freetype2; then @@ -10533,7 +10533,7 @@ fi if test "x${HAVE_FREETYPE}" = "x1"; then if test "x${FREETYPE_CONFIG}" '!=' "x"; then - LIBS="$LIBS "`freetype-config --libs` + LIBS="$LIBS "`$FREETYPE_CONFIG --libs` else LIBS="$LIBS -lfreetype" fi