Fix AC_ARG_WITH syntax

parent 402faa1d
...@@ -16,7 +16,7 @@ AC_ARG_WITH([rst2man], ...@@ -16,7 +16,7 @@ AC_ARG_WITH([rst2man],
[--with-rst2man=PATH], [--with-rst2man=PATH],
[Location of rst2man (auto)]), [Location of rst2man (auto)]),
[RST2MAN="$withval"], [RST2MAN="$withval"],
AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [])) [AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [])])
VARNISH_PREREQ([5.2.0]) VARNISH_PREREQ([5.2.0])
VARNISH_VMODS([all_healthy]) VARNISH_VMODS([all_healthy])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment