blob: 80b11e736382d4da034d1ed00e44b186393979ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- modules/_Image_FreeType/configure.orig Fri Feb 6 14:35:54 2004
+++ modules/_Image_FreeType/configure Fri Feb 6 14:36:58 2004
@@ -2047,8 +2047,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:2052: 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
|