aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 18:06:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 18:06:28 +0300
commitba32780019480b89cd9d796b93a76cae6afe99ab (patch)
tree7a224bf926f83b7f06def17a6c7c6f360e93cbba
parent7cbce8ec30898fcc19e3ba25f367156a5859ea8c (diff)
downloadacvmod-ba32780019480b89cd9d796b93a76cae6afe99ab.tar.gz
acvmod-ba32780019480b89cd9d796b93a76cae6afe99ab.tar.bz2
Remove the --with-varnish-source command line option
-rw-r--r--varnishapi.m413
1 files changed, 2 insertions, 11 deletions
diff --git a/varnishapi.m4 b/varnishapi.m4
index 0e176c9..b84045f 100644
--- a/varnishapi.m4
+++ b/varnishapi.m4
@@ -75,18 +75,9 @@ AC_DEFUN([AM_VARNISHAPI],
AC_CHECK_PROGS(PYTHON, [python], [AC_MSG_ERROR([python is not found.])])
# Varnish source tree (deprecated)
- AC_ARG_VAR([VARNISHSRC], [path to Varnish source tree])
AC_ARG_WITH([varnish-source],
- AC_HELP_STRING([--with-varnish-source=DIR],
- [Varnish sources are located in DIR]),
- [VARNISHSRC=$withval])
-
- if test -n "$VARNISHSRC"; then
- case "$VARNISHSRC" in
- /*) ;;
- *) AC_MSG_ERROR([varnish source path must be absolute pathname])
- esac
- fi
+ [],
+ [AC_MSG_ERROR([the --with-varnish-source option has been withdrawn])])
# pkg-config
PKG_PROG_PKG_CONFIG

Return to:

Send suggestions and report system problems to the System administrator.