be188ede60
time)
22 lines
527 B
Text
22 lines
527 B
Text
$NetBSD: patch-aa,v 1.2 2006/11/10 21:32:35 schwarz Exp $
|
|
|
|
--- configure.orig 2006-05-26 18:52:14.000000000 +0200
|
|
+++ configure 2006-05-26 18:53:06.000000000 +0200
|
|
@@ -5501,7 +5501,7 @@
|
|
|
|
|
|
|
|
-if test "X$LIBGNUTLS_LIBS" == "X";then
|
|
+if test "X$LIBGNUTLS_LIBS" = "X";then
|
|
|
|
for ac_header in openssl/md5.h
|
|
do
|
|
@@ -6083,7 +6083,7 @@
|
|
|
|
fi
|
|
|
|
-if test "X$SIPSAK_HAVE_ARES" == "X"; then
|
|
+if test "X$SIPSAK_HAVE_ARES" = "X"; then
|
|
|
|
echo "$as_me:$LINENO: checking for ruli.h" >&5
|
|
echo $ECHO_N "checking for ruli.h... $ECHO_C" >&6
|