diff options
Diffstat (limited to 'mail/kbiff/files/patch-configure')
-rw-r--r-- | mail/kbiff/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/kbiff/files/patch-configure b/mail/kbiff/files/patch-configure deleted file mode 100644 index 3b3f6db646aa..000000000000 --- a/mail/kbiff/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2008-04-08 21:45:31.000000000 +0200 -+++ configure 2008-04-08 21:45:50.000000000 +0200 -@@ -25477,7 +25477,7 @@ - use_ssl=yes - fi; - --if test "$use_ssl" == "yes"; then -+if test "$use_ssl" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define USE_SSL -@@ -25494,7 +25494,7 @@ - use_ssl=yes - fi; - --if test "$use_ssl" == "yes"; then -+if test "$use_ssl" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define USE_SSL |