blob: b77fe2ddda831f92b3b1eae634c7d82130d7497b (
plain) (
tree)
|
|
--- configure.orig Sun Dec 3 23:18:17 2006
+++ configure Sun Dec 3 23:18:57 2006
@@ -30954,7 +30954,7 @@ fi
-if test "$enable_ssh" == "yes"; then
+if test "$enable_ssh" = "yes"; then
WITH_SSH_TRUE=
WITH_SSH_FALSE='#'
else
@@ -31014,7 +31014,7 @@ fi
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
WITH_TESTS_TRUE=
WITH_TESTS_FALSE='#'
else
|