X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=89fa6e2176a05f3a9e52c6077a7a17c8615464cc;hb=8cbc895c917357a0dea4b8a8b81ff0920eea66e3;hp=ccecc0db7e1b64c6c0276fccbe0257012c15383d;hpb=c160b976ca26729e281edd575ece3e8ff0f41115;p=swftools.git diff --git a/configure b/configure index ccecc0d..89fa6e2 100755 --- a/configure +++ b/configure @@ -1514,7 +1514,7 @@ if test "${enable_lame+set}" = set; then fi; PACKAGE=swftools -VERSION=2004-11-13-2026 +VERSION=2004-11-23-2234 # ------------------------------------------------------------------ @@ -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