]> git.sur5r.net Git - openldap/commit
ITS#8056 fix libdb detection with gcc 5
authorJan Synacek <jsynacek@redhat.com>
Wed, 11 Feb 2015 09:32:28 +0000 (10:32 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 11 Feb 2015 20:17:19 +0000 (14:17 -0600)
commit2dfac1755cea5bfe960aeedbea31d40b2678c4c7
tree82f0a854c8237f9fed73eebbcb4ca4d9e4f71cec
parent272c78a62b516dff01ae7a0662961ef859bb8207
ITS#8056 fix libdb detection with gcc 5

The old cpp version generated:
__db_version 5

The new output:
__db_version
            5

Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 5.
Behavior with older versions of gcc is not changed.
build/openldap.m4