blob: a79ca7c4b300cafdfe199533bb8e667ace7c5229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-aa,v 1.1.1.1 1999/10/14 23:32:17 hubertf Exp $
--- configure.orig Wed Oct 13 04:54:03 1999
+++ configure Wed Oct 13 04:54:43 1999
@@ -1243,13 +1243,14 @@
-echo $ac_n "checking for -printf option in find""... $ac_c" 1>&6
-echo "configure:1248: checking for -printf option in find" >&5
-if test `find /dev/null -printf 'x' 2> /dev/null`"y" != "xy"; then
- echo "$ac_t""no" 1>&6
- { echo "configure: error: The -printf option is required for a successful installation" 1>&2; exit 1; }
-fi
-echo "$ac_t""yes" 1>&6
+# Like someone said: this will fail on MANY systems:
+# echo $ac_n "checking for -printf option in find""... $ac_c" 1>&6
+# echo "configure:1248: checking for -printf option in find" >&5
+# if test `find /dev/null -printf 'x' 2> /dev/null`"y" != "xy"; then
+ # echo "$ac_t""no" 1>&6
+ # { echo "configure: error: The -printf option is required for a successful installation" 1>&2; exit 1; }
+# fi
+# echo "$ac_t""yes" 1>&6
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|