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],
75 AC_CHECK_PROGS(PYTHON, [python], [AC_MSG_ERROR([python is not found.])]) 75 AC_CHECK_PROGS(PYTHON, [python], [AC_MSG_ERROR([python is not found.])])
76 76
77 # Varnish source tree (deprecated) 77 # Varnish source tree (deprecated)
78 AC_ARG_VAR([VARNISHSRC], [path to Varnish source tree])
79 AC_ARG_WITH([varnish-source], 78 AC_ARG_WITH([varnish-source],
80 AC_HELP_STRING([--with-varnish-source=DIR], 79 [],
81 [Varnish sources are located in DIR]), 80 [AC_MSG_ERROR([the --with-varnish-source option has been withdrawn])])
82 [VARNISHSRC=$withval])
83
84 if test -n "$VARNISHSRC"; then
85 case "$VARNISHSRC" in
86 /*) ;;
87 *) AC_MSG_ERROR([varnish source path must be absolute pathname])
88 esac
89 fi
90 81
91 # pkg-config 82 # pkg-config
92 PKG_PROG_PKG_CONFIG 83 PKG_PROG_PKG_CONFIG

Return to:

Send suggestions and report system problems to the System administrator.