comparison configure.ac @ 20726:2bb82b05d30a

merge of '07d5798f8a0b64518b4697e0376f5ceeddbb61e2' and 'da7520dee75fbe063aa7747c5452551d0030abee'
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 30 Sep 2007 16:55:19 +0000
parents 3e569b1b0371
children 71c7d0222a33 31821456d93f
comparison
equal deleted inserted replaced
20725:2e5ee1bf5300 20726:2bb82b05d30a
1458 AC_ARG_ENABLE(nss, 1458 AC_ARG_ENABLE(nss,
1459 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]], 1459 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]],
1460 [enable_nss="$enableval"], 1460 [enable_nss="$enableval"],
1461 [enable_nss="yes"]) 1461 [enable_nss="yes"])
1462 1462
1463 msg_ssl="None (MSN and Google Talk will not work without SSL!)" 1463 msg_ssl="None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
1464 1464
1465 dnl # 1465 dnl #
1466 dnl # Check for GnuTLS if it's specified. 1466 dnl # Check for GnuTLS if it's specified.
1467 dnl # 1467 dnl #
1468 if test "x$enable_gnutls" != "xno"; then 1468 if test "x$enable_gnutls" != "xno"; then