blob: 164c7298193292f253f14de45c8a757e5f8e9436 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- modules/_Image_FreeType/configure.orig Mon May 3 13:58:33 2004
+++ modules/_Image_FreeType/configure Mon May 3 13:59:12 2004
@@ -2048,8 +2048,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:2053: 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
|