configure: Added option to disable Motif WM Hints support
commit2ebfcd9c5c9350d89f2346304ed8c02883020785
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 6 Apr 2015 15:58:11 +0000 (6 17:58 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 18 Apr 2015 22:29:37 +0000 (18 23:29 +0100)
treeb5fa6278c1688e5b38c2ce49da7ddd7424ad3b88
parent1cef020eb322f1bc2978d49ec2d846dd9d1cc15d
configure: Added option to disable Motif WM Hints support

The old behaviour was to expect the user to go modify manually a source
file which is not a great idea because that's typically the kind of things
in charge of the configure script.

As a side effect, we can now use an automake conditional to avoid compiling
the source file in charge of the feature when not used, instead of trying
to compile an empty-looking file.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac
doc/build/Compilation.texi
src/Makefile.am
src/motif.c
src/wconfig.h.in