Commit b7169293 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Dridi Boukelmoune

Quote arguments

fixes #10
parent 3c21a1b6
......@@ -20,11 +20,12 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"
AC_ARG_WITH([rst2man],
AS_HELP_STRING(
[AS_HELP_STRING(
[--with-rst2man=PATH],
[Location of rst2man (auto)]),
[Location of rst2man (auto)])],
[RST2MAN="$withval"],
AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], []))
[AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [])])
m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
......
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