aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-08-10 22:14:37 +0300
committerPetri Lehtinen <petri@digip.org>2010-08-10 22:16:55 +0300
commit7ce70533c90dc7dfc3570023144547dfb32950e1 (patch)
tree6615eaf9b8331511f08dcc39cdc2e2280559a2bf /configure.ac
parent014c49c28570eddeb482f8580a88d48b491d15b0 (diff)
downloadjansson-7ce70533c90dc7dfc3570023144547dfb32950e1.zip
jansson-7ce70533c90dc7dfc3570023144547dfb32950e1.tar.gz
jansson-7ce70533c90dc7dfc3570023144547dfb32950e1.tar.bz2
Move site configuration to jansson_config.h
This way, more site configuration can be more easily added later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a199e4..0b7e79d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_CONFIG_FILES([
Makefile
doc/Makefile
src/Makefile
- src/jansson.h
+ src/jansson_config.h
test/Makefile
test/bin/Makefile
test/suites/Makefile