13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/09/22 14:29:21 jasper Exp $
|
|
--- configure.orig Sat Jul 17 01:01:00 2010
|
|
+++ configure Wed Sep 22 16:12:17 2010
|
|
@@ -14450,7 +14450,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
|
|
$as_echo "$flag_ok" >&6; }
|
|
|
|
|
|
- if test "x$ERROR_CFLAGS" == "x"
|
|
+ if test "x$ERROR_CFLAGS" = "x"
|
|
then
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5
|