summaryrefslogtreecommitdiff
path: root/debian/patches/004-No-openssl.diff
blob: 1a8cf7dff172d0e75945d10aec72538cdcf3c678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/m4/ax_check_openssl.m4
+++ b/m4/ax_check_openssl.m4
@@ -42,9 +42,11 @@
             [root of the OpenSSL directory])],
         [
             case "$withval" in
-            "" | y | ye | yes | n | no)
+            y | ye | yes)
             AC_MSG_ERROR([Invalid --with-openssl value])
               ;;
+            "" | n | no) ssldirs=""
+              ;;
             *) ssldirs="$withval"
               ;;
             esac