Mercurial > urweb
diff configure.ac @ 1263:be2ef50780ed
Support HTTP caching of app.js
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 23 May 2010 11:52:13 -0400 |
parents | 7a17588edbff |
children | e12cef71aa1a |
line wrap: on
line diff
--- a/configure.ac Sat May 22 16:29:54 2010 -0400 +++ b/configure.ac Sun May 23 11:52:13 2010 -0400 @@ -4,6 +4,7 @@ AC_PROG_CC() AC_PROG_LIBTOOL() AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_HEADERS([config.h]) AC_CHECK_LIB(mhash, mhash_get_block_size, [], [echo "You must install libmhash."; exit 1]) AC_CHECK_HEADER([mhash.h], [], [echo "You must install libmhash dev files."; exit 1])