From 0f03e8a5f6715677da97be5b81f00daa8fb6eea1 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 23 Nov 2004 17:27:23 +0000 Subject: [PATCH] check for freetype-config also in /opt/local/bin, /sw/bin. --- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 9362760..8d8976c 100755 --- a/configure +++ b/configure @@ -10090,7 +10090,9 @@ done # ------------------------------------------------------------------ -for ac_prog in freetype-config + + +for ac_prog in freetype-config /opt/local/bin/freetype-config /sw/bin/freetype-config do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -10130,6 +10132,9 @@ fi test -n "$FREETYPE_CONFIG" && break done + + + OLDCPPFLAGS="${CPPFLAGS}" OLDLIBS="${LIBS}" if test "x${FREETYPE_CONFIG}" '!=' "x"; then -- 1.7.10.4