From d79893a8b21343d390068efb130c1c0c3490f006 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 22 Oct 2007 14:37:19 +0000 Subject: [PATCH] Evaluate ${localstatedir} later. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2154 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index 92cd8160..41a62848 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -116,7 +116,7 @@ AC_CHECK_FUNCS([epoll_ctl]) AC_CHECK_FUNCS([poll]) # Run-time directory -VARNISH_STATE_DIR="${localstatedir}/varnish" +VARNISH_STATE_DIR='${localstatedir}/varnish' AC_SUBST(VARNISH_STATE_DIR) # Now that we're done using the compiler to look for functions and -- 2.39.5