blob: a57f7ad2603178c268c97eff3bdac87568c9334a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1 2011/09/14 17:12:18 hans Exp $
--- configure.orig 2002-08-20 08:01:54.000000000 +0200
+++ configure 2011-09-13 16:52:23.293134524 +0200
@@ -6095,9 +6095,6 @@ if $ac_make --version 2>/dev/null | grep
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6
- if test "$host_vendor" = "sun" ; then
- { echo "configure: error: "SUN make does not work for building TinySVM. Please install GNU make"" 1>&2; exit 1; }
- fi
fi
|