Fix 'test ... == ...' cases in configure.

This commit is contained in:
salo 2006-10-08 04:29:59 +00:00
parent c2f834453a
commit 89bb32a600
2 changed files with 23 additions and 5 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.26 2006/07/10 14:47:06 joerg Exp $
$NetBSD: distinfo,v 1.27 2006/10/08 04:29:59 salo Exp $
SHA1 (wxGTK-2.6.3.tar.bz2) = 7c2dfe27a56aa99b4ea557a436bf84a13a579a9d
RMD160 (wxGTK-2.6.3.tar.bz2) = d7465860d7c07b42d299d4b4c5d015b25f96a9dd
@ -6,5 +6,5 @@ Size (wxGTK-2.6.3.tar.bz2) = 7213119 bytes
SHA1 (wxGTK-2.6.3-libtool.diff2.bz2) = e79d3efcf21859911d87ab9a7c8e3c90d7455d8c
RMD160 (wxGTK-2.6.3-libtool.diff2.bz2) = 3250c47641c023228e44e6477ecb7aaf68280422
Size (wxGTK-2.6.3-libtool.diff2.bz2) = 136484 bytes
SHA1 (patch-aa) = 159a42a05fe9287931e46bfdd1adfa7cfa9d36a3
SHA1 (patch-aa) = 0ef5ae28b70a3290e37363193248365f4cf03cec
SHA1 (patch-ab) = 3e9c6bc0df33e466390a4f6483b1c84e2eb9257b

View file

@ -1,7 +1,7 @@
$NetBSD: patch-aa,v 1.9 2006/03/30 15:28:12 joerg Exp $
$NetBSD: patch-aa,v 1.10 2006/10/08 04:29:59 salo Exp $
--- configure.orig 2006-03-21 23:42:05.000000000 +0000
+++ configure
--- configure.orig 2006-03-22 00:42:05.000000000 +0100
+++ configure 2006-10-08 06:26:28.000000000 +0200
@@ -1820,7 +1820,7 @@ _ACEOF
DEFAULT_DEFAULT_wxUSE_MOTIF=1
@ -40,6 +40,24 @@ $NetBSD: patch-aa,v 1.9 2006/03/30 15:28:12 joerg Exp $
flag="-D_THREAD_SAFE"
;;
*-hp-hpux* )
@@ -42959,7 +42963,7 @@ echo "$as_me: WARNING: GStreamer install
- if test "x$GST_INSPECT" == "x"; then
+ if test "x$GST_INSPECT" = "x"; then
# Extract the first word of "gst-inspect", so it can be a program name with args.
set dummy gst-inspect; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -44788,7 +44792,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6
SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
fi
- if test "x$GCC" == "xyes"; then
+ if test "x$GCC" = "xyes"; then
PIC_FLAG="-dynamic -fPIC"
fi
if test "x$XLCC" = "xyes"; then
@@ -45354,7 +45358,7 @@ EOF
;;