]> 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:12:58 +0000 (14:12 -0600)
commit0e75622698c97290a20f3befe8c2dc46027a6f0e
treee43aa13cbc699599e07ffe321bd88c6a6f2dd568
parentbb1fe3d328b271635c5a84c0ab68b5d8d7f948b5
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