summaryrefslogtreecommitdiff
path: root/security/seahorse/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'security/seahorse/files/patch-configure')
-rw-r--r--security/seahorse/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/seahorse/files/patch-configure b/security/seahorse/files/patch-configure
deleted file mode 100644
index b77fe2ddda83..000000000000
--- a/security/seahorse/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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