Fix portability (==).

This commit is contained in:
joerg 2006-12-06 18:58:45 +00:00
parent 7379bea76c
commit 9622f0d3fe
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.11 2006/09/24 16:04:00 joerg Exp $
$NetBSD: distinfo,v 1.12 2006/12/06 18:58:45 joerg Exp $
SHA1 (rapidsvn-0.9.3.tar.gz) = 71a57ffb4f7944191df51c4a2a87f1c971567543
RMD160 (rapidsvn-0.9.3.tar.gz) = 316904503ab1a067fb14b0567d6e28bc2a6ad6c5
Size (rapidsvn-0.9.3.tar.gz) = 998268 bytes
SHA1 (patch-aa) = 05867a8dde1c9c4db512e40e99be20c89b1f3576
SHA1 (patch-ab) = 93482d2379eaa6ad6096ad754bd0fba6074ca094

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2006/12/06 18:58:45 joerg Exp $
--- configure.orig 2006-12-06 18:43:28.000000000 +0000
+++ configure
@@ -18665,7 +18665,7 @@ CPPFLAGS="$CPPFLAGS -I$abs_srcdir/includ
echo "$as_me:$LINENO: checking for gcc/g++" >&5
echo $ECHO_N "checking for gcc/g++... $ECHO_C" >&6
-if test "$GXX" == "yes" ; then
+if test "$GXX" = "yes" ; then
echo "$as_me:$LINENO: result: found (using \"-Wall\" and \"-fexceptions\")" >&5
echo "${ECHO_T}found (using \"-Wall\" and \"-fexceptions\")" >&6
CPPFLAGS="$CPPFLAGS -Wall -fexceptions"