summaryrefslogtreecommitdiff
path: root/m4/curl-confopts.m4
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-12 22:12:39 +0000
committerng0 <ng0@n0.is>2019-04-12 22:12:39 +0000
commita544bae91253e6ade36b174cd6bb64e6562d7b69 (patch)
treedbfd945be505a13b563d8246e2153a6f1640d6a9 /m4/curl-confopts.m4
parentc152da162c9da2798d76372a279056a60721e74e (diff)
downloadgnurl-a544bae91253e6ade36b174cd6bb64e6562d7b69.tar.gz
gnurl-a544bae91253e6ade36b174cd6bb64e6562d7b69.tar.bz2
gnurl-a544bae91253e6ade36b174cd6bb64e6562d7b69.zip
Properly enforce building with the right configure switches.
The downside of this commit is that to address the wrong package definitions out there, I have to break with the good package definitions.
Diffstat (limited to 'm4/curl-confopts.m4')
-rw-r--r--m4/curl-confopts.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4
index 20fcc5266..651334d74 100644
--- a/m4/curl-confopts.m4
+++ b/m4/curl-confopts.m4
@@ -611,10 +611,12 @@ AC_HELP_STRING([--disable-ntlm-wb],[Disable NTLM delegation to winbind's ntlm_au
;;
default)
dnl configure option not specified
+ AC_MSG_ERROR([You must build gnurl with --disable-ntlm-wb!])
want_ntlm_wb="yes"
;;
*)
dnl --enable-ntlm-wb option used
+ AC_MSG_ERROR([You must build gnurl with --disable-ntlm-wb!])
want_ntlm_wb="yes"
if test -n "$enableval" && test "$enableval" != "yes"; then
want_ntlm_wb_file="$enableval"