diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-05 02:40:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-05 02:40:25 +0000 |
commit | 41b7ede3b0d749d139e2f8cf97dc592401eef532 (patch) | |
tree | 24d945920e8147df12901aa952b27de149fca8dd /net/xorp/patches | |
parent | 07a9c07ce2e0660bb06ac5f98df861823237aca9 (diff) | |
download | pkgsrc-41b7ede3b0d749d139e2f8cf97dc592401eef532.tar.gz |
Fixed "test ==".
Diffstat (limited to 'net/xorp/patches')
-rw-r--r-- | net/xorp/patches/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/xorp/patches/patch-ab b/net/xorp/patches/patch-ab index d4d18a681cf..79864819b53 100644 --- a/net/xorp/patches/patch-ab +++ b/net/xorp/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2006/10/05 02:40:25 rillig Exp $ ---- configure.orig 2006-05-09 19:56:35.000000000 +0000 -+++ configure +--- configure.orig 2006-03-08 03:23:22.000000000 +0100 ++++ configure 2006-10-05 04:38:58.000000000 +0200 @@ -1806,6 +1806,18 @@ cat >>confdefs.h <<\_ACEOF _ACEOF @@ -21,3 +21,12 @@ $NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $ linux* ) cat >>confdefs.h <<\_ACEOF +@@ -15815,7 +15827,7 @@ echo "${ECHO_T}no" >&6 + done + + +- if test "${enable_compiler_pipe}" == "yes" ; then ++ if test "${enable_compiler_pipe}" = "yes" ; then + for ac_flag in "-pipe" + do + ac_safe=`echo "$ac_flag" | sed 'y%./+- %__p__%'` |