From: des Date: Mon, 22 Oct 2007 14:37:19 +0000 (+0000) Subject: Evaluate ${localstatedir} later. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79893a8b21343d390068efb130c1c0c3490f006;p=varnish Evaluate ${localstatedir} later. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2154 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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