|
|
| |
AC_ARG_WITH(libgnutls, AC_HELP_STRING([--without-libgnutls], [Compile without libgnutls support (TLS in jabber)])) | AC_ARG_WITH(libgnutls, AC_HELP_STRING([--without-libgnutls], [Compile without libgnutls support (TLS in jabber)])) |
if test "x$with_libgnutls" != "xno"; then | if test "x$with_libgnutls" != "xno"; then |
AM_PATH_LIBGNUTLS( 1.0.0,,AC_MSG_WARN([[ |
PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0,,AC_MSG_WARN([[ |
*** | *** |
*** libgnutls was not found. You may want to get it from | *** libgnutls was not found. You may want to get it from |
*** ftp://ftp.gnutls.org/pub/gnutls/ | *** ftp://ftp.gnutls.org/pub/gnutls/ |