remove stray brackets in --with-enginesdir/openssldir support
ok beck@
This commit is contained in:
parent
7a9aa4dd7e
commit
687a2966ba
@ -100,12 +100,12 @@ AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H))
|
|||||||
AC_ARG_WITH([openssldir],
|
AC_ARG_WITH([openssldir],
|
||||||
AS_HELP_STRING([--with-openssldir], [Set the default openssl directory]),
|
AS_HELP_STRING([--with-openssldir], [Set the default openssl directory]),
|
||||||
AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval")
|
AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval")
|
||||||
])
|
)
|
||||||
|
|
||||||
AC_ARG_WITH([enginesdir],
|
AC_ARG_WITH([enginesdir],
|
||||||
AS_HELP_STRING([--with-enginesdir], [Set the default engines directory (use with openssldir)]),
|
AS_HELP_STRING([--with-enginesdir], [Set the default engines directory (use with openssldir)]),
|
||||||
AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval")
|
AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval")
|
||||||
])
|
)
|
||||||
|
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user