]> err.no Git - varnish/commitdiff
Evaluate ${localstatedir} later.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 22 Oct 2007 14:37:19 +0000 (14:37 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 22 Oct 2007 14:37:19 +0000 (14:37 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2154 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index 92cd81602aa9fcfbd8ee9489aa1c316801541d63..41a62848468a8755e7bf177837993f396eb6aa46 100644 (file)
@@ -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