Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- 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=<dir>], [directory containing system-wide SSL CA certificates])]) +AC_ARG_WITH(system-ssl-certs, [AC_HELP_STRING([--with-system-ssl-certs=<dir>], [directory containing system-wide SSL CA certificates])]) SSL_CERTIFICATES_DIR="" if ! test -z "$with_system_ssl_certs" ; then