summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-06-09 18:33:20 +0900
committerDaichi Shinozaki2015-06-09 18:33:20 +0900
commitd3acd70ee7c8c10ab0d234a742ec7d7f945c90da (patch)
treec5d19b0e5faf80c9f8cc7186d4a9498b6989392b /configure.ac.patch
downloadaur-varnish-vmod-dbrw.tar.gz
Initial import
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644
index 000000000000..396c202de8f0
--- /dev/null
+++ b/configure.ac.patch
@@ -0,0 +1,14 @@
+--- configure.ac 2014-12-15 12:36:48.553141203 +0900
++++ configure.ac.orig 2014-12-15 12:35:44.471492464 +0900
+@@ -77,9 +77,9 @@
+ AM_CONDITIONAL([VARNISH4],[test $VARNISHVERSION -eq 4])
+
+ # Check that varnishtest is built in the varnish source directory
++AC_CHECK_FILE([/usr/bin/varnishtest],
+-AC_CHECK_FILE([$VARNISHSRC/bin/varnishtest/varnishtest],
+ [],
++ [AC_MSG_FAILURE([cannot find "/usr/bin/varnishtest". Please build your varnish source directory])]
+- [AC_MSG_FAILURE([cannot find "$VARNISHSRC/bin/varnishtest/varnishtest". Please build your varnish source directory])]
+ )
+
+ # vmod installation dir