summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-29 17:59:37 +0000
committerng0 <ng0@n0.is>2019-04-29 17:59:37 +0000
commita341c3159eaeb4a6386fc3360f8d082e25b26ec3 (patch)
tree626ec94607b403081aaad49faa3980d160df1c37 /configure.ac
parentc9a8e0df6eff4f9dde5794a3aa80a60acf60088e (diff)
downloadgnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.tar.gz
gnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.tar.bz2
gnurl-a341c3159eaeb4a6386fc3360f8d082e25b26ec3.zip
Fix the failing buildgnurl-7.64.1
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e7234356..e8fe8c64a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1627,7 +1627,7 @@ AC_HELP_STRING([--without-amissl], [disable Amiga native SSL/TLS (AmiSSL)]),
OPT_AMISSL=$withval)
AC_MSG_CHECKING([whether to enable Amiga native SSL/TLS (AmiSSL)])
-if test "$HAVE_PROTO_BSDSOCKET_H" == "1"; then
+if test "$HAVE_PROTO_BSDSOCKET_H" = "1"; then
if test -z "$ssl_backends" -o "x$OPT_AMISSL" != xno; then
ssl_msg=
if test "x$OPT_AMISSL" != "xno"; then