comparison configure.ac @ 27956:c815b2aa78ee

propagate from branch 'im.pidgin.pidgin' (head 6b28d34173486d3e4f658f62a61c93b56a489cb0) to branch 'im.pidgin.pidgin.yaz' (head 3ed688e1eeb2baab73799c0a95dc146c862ba339)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 25 Jun 2009 12:49:23 +0000
parents fb593c327870 8f405df1652d
children 85fa979b08c2
comparison
equal deleted inserted replaced
27955:6c044b5083c4 27956:c815b2aa78ee
1661 AC_ARG_ENABLE(nss, 1661 AC_ARG_ENABLE(nss,
1662 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]], 1662 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]],
1663 [enable_nss="$enableval"], 1663 [enable_nss="$enableval"],
1664 [enable_nss="yes"]) 1664 [enable_nss="yes"])
1665 1665
1666 msg_ssl="None. MSN, Novell Groupwise, Yahoo! and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!" 1666 msg_ssl="None. MSN, Yahoo!, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
1667 looked_for_gnutls="no" 1667 looked_for_gnutls="no"
1668 dnl # 1668 dnl #
1669 dnl # Check for GnuTLS if it's specified. 1669 dnl # Check for GnuTLS if it's specified.
1670 dnl # 1670 dnl #
1671 if test "x$enable_gnutls" != "xno"; then 1671 if test "x$enable_gnutls" != "xno"; then
2055 msg_ssl=$msg_gnutls 2055 msg_ssl=$msg_gnutls
2056 elif test "x$looked_for_gnutls" = "xyes" -a "x$looked_for_nss" = "xyes" -a "x$force_deps" = "xyes" ; then 2056 elif test "x$looked_for_gnutls" = "xyes" -a "x$looked_for_nss" = "xyes" -a "x$force_deps" = "xyes" ; then
2057 AC_MSG_ERROR([ 2057 AC_MSG_ERROR([
2058 Neither GnuTLS or NSS SSL development headers found. 2058 Neither GnuTLS or NSS SSL development headers found.
2059 Use --disable-nss --disable-gnutls if you do not need SSL support. 2059 Use --disable-nss --disable-gnutls if you do not need SSL support.
2060 MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable! 2060 MSN, Yahoo!, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!
2061 ]) 2061 ])
2062 elif test "x$looked_for_gnutls" = "xyes" -a "x$force_deps" = "xyes" ; then 2062 elif test "x$looked_for_gnutls" = "xyes" -a "x$force_deps" = "xyes" ; then
2063 AC_MSG_ERROR([ 2063 AC_MSG_ERROR([
2064 GnuTLS SSL development headers not found. 2064 GnuTLS SSL development headers not found.
2065 Use --disable-gnutls if you do not need SSL support. 2065 Use --disable-gnutls if you do not need SSL support.
2066 MSN, Novell Groupwise and Google Talk will not work without SSL support. 2066 MSN, Yahoo!, Novell Groupwise and Google Talk will not work without SSL support.
2067 ]) 2067 ])
2068 elif test "x$looked_for_nss" = "xyes" -a "x$force_deps" = "xyes" ; then 2068 elif test "x$looked_for_nss" = "xyes" -a "x$force_deps" = "xyes" ; then
2069 AC_MSG_ERROR([ 2069 AC_MSG_ERROR([
2070 NSS SSL development headers not found. 2070 NSS SSL development headers not found.
2071 Use --disable-nss if you do not need SSL support. 2071 Use --disable-nss if you do not need SSL support.
2072 MSN, Novell Groupwise and Google Talk will not work without SSL support. 2072 MSN, Yahoo!, Novell Groupwise and Google Talk will not work without SSL support.
2073 ]) 2073 ])
2074 fi 2074 fi
2075 2075
2076 dnl ####################################################################### 2076 dnl #######################################################################
2077 dnl # Check for Tcl 2077 dnl # Check for Tcl