mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
$NetBSD: patch-configure,v 1.2 2015/09/02 12:37:09 fhajny Exp $
|
|
|
|
Portability.
|
|
|
|
--- configure.orig 2015-04-11 01:05:36.000000000 +0000
|
|
+++ configure
|
|
@@ -20634,7 +20634,7 @@ $as_echo "no" >&6; }
|
|
fi
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
-if ( test "$RUDIMENTS_HAVE_SCO" == "yes" -a "$CXX" == "CC" )
|
|
+if ( test "$RUDIMENTS_HAVE_SCO" = "yes" -a "$CXX" = "CC" )
|
|
then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long type" >&5
|
|
$as_echo_n "checking for long long type... " >&6; }
|