check for freetype-config also in /opt/local/bin, /sw/bin.
authorkramm <kramm>
Tue, 23 Nov 2004 17:27:23 +0000 (17:27 +0000)
committerkramm <kramm>
Tue, 23 Nov 2004 17:27:23 +0000 (17:27 +0000)
configure

index 9362760..8d8976c 100755 (executable)
--- 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
 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
 
   test -n "$FREETYPE_CONFIG" && break
 done
 
+
+
+
 OLDCPPFLAGS="${CPPFLAGS}"
 OLDLIBS="${LIBS}"
 if test "x${FREETYPE_CONFIG}" '!=' "x"; then
 OLDCPPFLAGS="${CPPFLAGS}"
 OLDLIBS="${LIBS}"
 if test "x${FREETYPE_CONFIG}" '!=' "x"; then