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
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