ee7a25ea1f
PR: ports/88378 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
13 lines
623 B
Text
13 lines
623 B
Text
--- src/modules/_Image_FreeType/configure.orig Tue Nov 1 09:57:18 2005
|
|
+++ src/modules/_Image_FreeType/configure Tue Nov 1 09:57:45 2005
|
|
@@ -2682,8 +2682,8 @@
|
|
fi
|
|
|
|
else
|
|
- # Extract the first word of "${ac_tool_prefix}freetype-config", so it can be a program name with args.
|
|
-set dummy ${ac_tool_prefix}freetype-config; ac_word=$2
|
|
+ # Extract the first word of "freetype-config", so it can be a program name with args.
|
|
+set dummy freetype-config; ac_word=$2
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_path_FT_CONFIG+set}" = set; then
|