diff options
author | Francis Dupont <fdupont@isc.org> | 2015-05-11 15:23:18 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-05-11 15:23:18 +0200 |
commit | cbb135d5f217b0692dcdbc9cfcc04f6a0dbc3922 (patch) | |
tree | a8eeed28b2fd3605f07c1c430afedca39f7b56e1 /configure.ac | |
parent | [master] Added ChangeLog entry 927 for #3779. (diff) | |
download | kea-cbb135d5f217b0692dcdbc9cfcc04f6a0dbc3922.tar.xz kea-cbb135d5f217b0692dcdbc9cfcc04f6a0dbc3922.zip |
[master] added CONFIG_H_WAS_INCLUDED (#3812)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e49cfd37b..9789c68ee8 100644 --- a/configure.ac +++ b/configure.ac @@ -1387,6 +1387,8 @@ AC_TRY_LINK( AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno") AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])]) +AC_DEFINE([CONFIG_H_WAS_INCLUDED], [1], [config.h inclusion marker]) + AC_CONFIG_FILES([compatcheck/Makefile dns++.pc doc/design/datasrc/Makefile |