diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-05-23 11:52:13 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-05-23 11:52:13 -0400 |
commit | 2f00e5dc6efb08ae0e7d6540080aaa6a04135707 (patch) | |
tree | 485b6a9c7dd4f22fc4a8bf83afabc6250376eade /configure.ac | |
parent | b57d77b547ecc51f978e169502e823eded1fca25 (diff) |
Support HTTP caching of app.js
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d65d6e4c..9b7c02a9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) 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]) |