summaryrefslogtreecommitdiff
path: root/devel/gnustep-make/patches/patch-ad
blob: 8d8b8eba2d7e2ab172e12f9a4595dacbce6faedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.7 2008/05/25 08:16:06 adam Exp $

--- configure.orig	2008-03-04 00:24:48.000000000 +0100
+++ configure
@@ -5827,7 +5827,7 @@ echo $ECHO_N "checking if the compiler s
 # What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x
 
 AUTO_DEPENDENCIES=""
-if test ! ${GCC} = "yes" ; then
+if test "X${GCC}" != "Xyes" ; then
   { echo "$as_me:$LINENO: result: no: it's not gcc" >&5
 echo "${ECHO_T}no: it's not gcc" >&6; }
 else