Skip to content
Snippets Groups Projects
Commit 821085b9 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add missing block delimiters to AC_ARG_WITH, should fix #329

parent d6845a6d
No related branches found
No related tags found
1 merge request!346Autoconf fixes
......@@ -282,7 +282,8 @@ AM_CONDITIONAL([HAVE_DNSTAP], test "$opt_dnstap" != "no")
dnl Check for LMDB
AC_ARG_WITH([lmdb],
AC_HELP_STRING([--with-lmdb=[DIR]], [Link with external LMDB]),[
with_lmdb=$withval,
with_lmdb=$withval
],[
with_lmdb=yes
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment