From: kramm Date: Tue, 23 Nov 2004 17:27:23 +0000 (+0000) Subject: check for freetype-config also in /opt/local/bin, /sw/bin. X-Git-Tag: release-0-6-3~138 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=0f03e8a5f6715677da97be5b81f00daa8fb6eea1 check for freetype-config also in /opt/local/bin, /sw/bin. --- 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