blob: bc4fbdf0435e1f66194fcda53673729207ef3ea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2004/08/18 13:58:27 adam Exp $
--- configure.orig 2004-03-18 13:17:22.000000000 +0000
+++ configure
@@ -4545,7 +4545,7 @@ echo $ECHO_N "checking if the compiler s
# What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x
-if test ! ${GCC} = "yes" ; then
+if test "X${GCC}" != "Xyes" ; then
AUTO_DEPENDENCIES=""
echo "$as_me:$LINENO: result: no: it's not gcc" >&5
echo "${ECHO_T}no: it's not gcc" >&6
|