comparison configure.ac @ 27696:be6999665c5e

Fix this warning: configure: WARNING: unrecognized options: --with-system-ssl-certs
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 26 Jul 2009 21:22:29 +0000
parents 31905a0d1c9d
children 7a456d5da878
comparison
equal deleted inserted replaced
27695:042786b478c1 27696:be6999665c5e
1638 dnl # SSL support 1638 dnl # SSL support
1639 dnl # 1639 dnl #
1640 dnl # Thanks go to Evolution for the checks. 1640 dnl # Thanks go to Evolution for the checks.
1641 dnl ####################################################################### 1641 dnl #######################################################################
1642 1642
1643 AC_ARG_WITH(with-system-ssl-certs, [AC_HELP_STRING([--with-system-ssl-certs=<dir>], [directory containing system-wide SSL CA certificates])]) 1643 AC_ARG_WITH(system-ssl-certs, [AC_HELP_STRING([--with-system-ssl-certs=<dir>], [directory containing system-wide SSL CA certificates])])
1644 1644
1645 SSL_CERTIFICATES_DIR="" 1645 SSL_CERTIFICATES_DIR=""
1646 if ! test -z "$with_system_ssl_certs" ; then 1646 if ! test -z "$with_system_ssl_certs" ; then
1647 if ! test -d "$with_system_ssl_certs" ; then 1647 if ! test -d "$with_system_ssl_certs" ; then
1648 AC_MSG_ERROR([$with_system_ssl_certs does not exist, if this is the correct location please make sure that it exists.]) 1648 AC_MSG_ERROR([$with_system_ssl_certs does not exist, if this is the correct location please make sure that it exists.])