]> git.sur5r.net Git - bacula/bacula/commit
Fix mysql config for older versions of mysql+config.
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 22 Apr 2012 17:16:51 +0000 (19:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:37 +0000 (14:50 +0200)
commit6aa66f5e05c3bbae12c70d32150cdfdfa69dfd50
tree79fc584c93efd86bff3c7d4e75d9ce536a9b9ee7
parent969d8b7b2301da129ca8baa26d692c39e8859e75
Fix mysql config for older versions of mysql+config.

On older versions of mysql_config the newly used
flags are not supported. So we test if the new flag
is supported and otherwise fallback to a kludge with
some sed strings to get the info we want from the
older mysql_config options.

This fixes problems on :

Centos 6
RHEL 6
SLES 11sp1
SLES 11sp2
OpenSuse 11.4
bacula/autoconf/bacula-macros/db.m4