aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoakim Soderberg <joakim.soderberg@gmail.com>2014-01-13 17:13:44 +0100
committerJoakim Soderberg <joakim.soderberg@gmail.com>2014-01-27 12:48:52 +0100
commit3fe8f74e7f292f856717f7c0a3dccd4a45e574c1 (patch)
tree7e38f9d91359d1bdce323b790f188462b0f85135 /configure.ac
parent913937c98d2b530292e35b7c3fb6c21b576698e9 (diff)
downloadjansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.zip
jansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.tar.gz
jansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.tar.bz2
Renamed config.h -> jansson_private_config.h
This is because it's really easy to get a name collission if compiling Jansson as a subproject in a larger CMake project. If one project includes several subprojects each having their own config.h, this will cause the wrong file to be loaded.
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 24ba37d..2f26149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([jansson], [2.5], [petri@digip.org])
AM_INIT_AUTOMAKE([1.10 foreign])
AC_CONFIG_SRCDIR([src/value.c])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([jansson_private_config.h])
# Checks for programs.
AC_PROG_CC