configure.ac

changeset 29929
dded7d5087b2
parent 29902
c2506a6741cb
child 29938
625d8cdeece2
--- a/configure.ac	Fri Mar 26 09:37:16 2010 +0000
+++ b/configure.ac	Sat Mar 27 02:11:31 2010 +0000
@@ -1684,6 +1684,9 @@
 
 SSL_CERTIFICATES_DIR=""
 if ! test -z "$ssl_certificates_dir" ; then
+	if test "x$ssl_certificates_dir" = "xyes" ; then
+		AC_MSG_ERROR([--with-system-ssl-certs requires that a location is specified, eg. --with-system-ssl-certs=/etc/pki/tls/certs])
+	fi
 	if ! test -d "$ssl_certificates_dir" ; then
 		AC_MSG_ERROR([$ssl_certificates_dir does not exist, if this is the correct location please make sure that it exists.])
 	fi

mercurial