From 687a2966ba8d86b30bd04bc13123ecfdd55ee043 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 14 Jul 2014 15:43:18 +0200 Subject: remove stray brackets in --with-enginesdir/openssldir support ok beck@ --- configure.ac.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac.tpl b/configure.ac.tpl index 3589101..8accb4d 100644 --- a/configure.ac.tpl +++ b/configure.ac.tpl @@ -100,12 +100,12 @@ AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) AC_ARG_WITH([openssldir], AS_HELP_STRING([--with-openssldir], [Set the default openssl directory]), AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") -]) +) AC_ARG_WITH([enginesdir], AS_HELP_STRING([--with-enginesdir], [Set the default engines directory (use with openssldir)]), AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval") -]) +) LT_INIT -- cgit v1.2.3-55-g6feb