remove stray brackets in --with-enginesdir/openssldir support

ok beck@
This commit is contained in:
Mark Kettenis 2014-07-14 15:43:18 +02:00
parent 7a9aa4dd7e
commit 687a2966ba

View File

@ -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