aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 14:40:57 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 14:40:57 +0300
commit5f6dce2f7dd35a154333bb42d134a018b981f812 (patch)
tree54f4e2bab6f7d4dade6c5ecfccf2393dcc91bf8e
parentc8c62ae17d8bec6ee69ce63204d38112d6924e0c (diff)
downloadacvmod-5f6dce2f7dd35a154333bb42d134a018b981f812.tar.gz
acvmod-5f6dce2f7dd35a154333bb42d134a018b981f812.tar.bz2
Fix extra quoting
-rw-r--r--varnishapi.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/varnishapi.m4 b/varnishapi.m4
index bc8e2e4..8a00c8f 100644
--- a/varnishapi.m4
+++ b/varnishapi.m4
@@ -106,7 +106,7 @@ AC_DEFUN([AM_VARNISHAPI],
VAPI_CHECK_VER(m4_unquote(m4_split(m4_if([ver],AC_PACKAGE_VERSION,[$1],[$1],,[ver],[$1]),\.)))
- m4_if([$2],,[m4_if(ver,[AC_PACKAGE_VERSION],[# Suppress the warning message
+ m4_if([$2],,[m4_if(ver,AC_PACKAGE_VERSION,[# Suppress the warning message
varnishapi_version_diff=same])],dnl
[if test "$varnishapi_version_diff" = newer; then
VAPI_CHECK_VER(m4_unquote(m4_split([$2],\.)))

Return to:

Send suggestions and report system problems to the System administrator.