wafsamba: replace dots in library names
authorRalph Boehme <rb@sernet.de>
Thu, 27 Mar 2014 15:37:18 +0000 (16:37 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 8 Apr 2014 17:26:13 +0000 (19:26 +0200)
commit85041c88d8c2755448d3d659ca7261c4ebf1ec29
tree22d90abf7533d64a77dd8321f40205991f88d973
parent9d91f01b7be7c2bae9799d1d34fb75f8cdf23290
wafsamba: replace dots in library names

Certain libraries use a version number with a dot in the library name,
eg libtracker-sparql-0.16. The dot is passed to the HAVE_LIBXXX macro
but dots aren't allowed in C macros, compiler diagnostic:

  warning: missing whitespace after the macro name

Signed-off-by: Ralph Boehme <rb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
buildtools/wafsamba/samba_autoconf.py