Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293958
Collapse All | Expand All

(-)configure.ac-old (-1 / +1 lines)
Lines 255-261 Link Here
255
AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
255
AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
256
      [with_gnutls=$withval], [with_gnutls=yes])
256
      [with_gnutls=$withval], [with_gnutls=yes])
257
AC_ARG_WITH(openssl,
257
AC_ARG_WITH(openssl,
258
AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]])
258
AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
259
AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
259
AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
260
      [with_openssl=$withval], [with_openssl=no])
260
      [with_openssl=$withval], [with_openssl=no])
261
case "$with_openssl" in
261
case "$with_openssl" in

Return to bug 293958