]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 22 Apr 2012 17:16:51 +0000 (19:16 +0200)
commit6037a0d9b249c0dc142f9b9b5bd29d57ac320b69
tree2d4b03b0edc9d2b0d5b21c70e65ad3e230f95df3
parentec207354cf58ff182f04ceeaa643a1767c336246
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