Commit 62c20c7c authored by Geoff Simmons's avatar Geoff Simmons Committed by Lasse Karstensen

define AS_COPY_VAR in varnish.m4 if not already defined (autoconf < 2.63b)

found at: http://www.open-mpi.org/community/lists/devel/2010/09/8472.php
parent 3e8874ed
......@@ -28,6 +28,11 @@
# SUCH DAMAGE.
#
# For compatibility with autoconf < 2.63b
m4_ifndef([AS_VAR_COPY],
[m4_define([AS_VAR_COPY],
[AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])])
# VARNISH_VMOD_INCLUDE_DIR([])
# ----------------------------
......
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