# HG changeset patch # User John Bailey # Date 1248643349 0 # Node ID be6999665c5efa90dadc07c6d27e8d127ad75fd1 # Parent 042786b478c1d73b887092cd4449708c3f8b26f0 Fix this warning: configure: WARNING: unrecognized options: --with-system-ssl-certs diff -r 042786b478c1 -r be6999665c5e configure.ac --- a/configure.ac Sun Jul 26 17:43:00 2009 +0000 +++ b/configure.ac Sun Jul 26 21:22:29 2009 +0000 @@ -1640,7 +1640,7 @@ dnl # Thanks go to Evolution for the checks. dnl ####################################################################### -AC_ARG_WITH(with-system-ssl-certs, [AC_HELP_STRING([--with-system-ssl-certs=], [directory containing system-wide SSL CA certificates])]) +AC_ARG_WITH(system-ssl-certs, [AC_HELP_STRING([--with-system-ssl-certs=], [directory containing system-wide SSL CA certificates])]) SSL_CERTIFICATES_DIR="" if ! test -z "$with_system_ssl_certs" ; then