r2154 - trunk/varnish-cache
des at projects.linpro.no
des at projects.linpro.no
Mon Oct 22 16:37:19 CEST 2007
Author: des
Date: 2007-10-22 16:37:19 +0200 (Mon, 22 Oct 2007)
New Revision: 2154
Modified:
trunk/varnish-cache/configure.ac
Log:
Evaluate ${localstatedir} later.
Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac 2007-10-19 13:58:12 UTC (rev 2153)
+++ trunk/varnish-cache/configure.ac 2007-10-22 14:37:19 UTC (rev 2154)
@@ -116,7 +116,7 @@
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
More information about the varnish-commit
mailing list