]> 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)
committerHoward Chu <hyc@openldap.org>
Wed, 11 Feb 2015 19:46:54 +0000 (19:46 +0000)
commitf19f1c32496f3728c16c13b87d91a912e94bb7b2
tree206e99d90d99df268cb378005658fc622fc2b248
parentb5da411e1e34a3fbaaa0321bdaa211c12cebb278
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