diff configure.in @ 12026:ab75eff633aa

configure: --with-ssl=gnutls gives error now immediately
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Aug 2010 00:26:39 +0100
parents 2156583b00e2
children 8baa8ccb4021
line wrap: on
line diff
--- a/configure.in	Fri Aug 20 20:38:26 2010 +0100
+++ b/configure.in	Mon Aug 23 00:26:39 2010 +0100
@@ -186,6 +186,7 @@
 		want_gnutls=no
 		want_openssl=no
 	elif test x$withval = xgnutls; then
+		AC_ERROR([GNUTLS support is broken currently])
 		want_gnutls=yes
 		want_openssl=no
 	elif test x$withval = xopenssl; then