]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Separate curses detection from gui configuration.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 01:11:16 +0000 (01:11 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:47:32 +0000 (11:47 +0100)
commit782e47ecd725dd44d4425351e21540a6914b13aa
tree8e3f2355dcdcf3c4e661cc66c8b8d43e7c352fbd
parentfbe4b0468ed9dacd7f4c58be7559c50bf4661d87
build: Separate curses detection from gui configuration.

It's cleaner to separate feature/library detection from the logic
that decides whether an executable can be built.

This patch creates a separate section for para_gui which contains
the list of all objects for para_gui and sets $build_gui to either
"yes" or "no", depending on whether a usable curses library was found.
Makefile.in
configure.ac