]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix --with-curses configure option.
authorAndre Noll <maan@systemlinux.org>
Sun, 3 Jun 2012 20:42:42 +0000 (22:42 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 23 Dec 2012 14:03:09 +0000 (15:03 +0100)
commit6cd788c3c3fcc7ab22bcba07b84aeb1119a06a7e
treeb720de2421bccdc630297c67b53499849d26220a
parentb660aece99e6fbb49b21530ecfa2e30403e86689
Fix --with-curses configure option.

We only honored the provided -L<dir> for the tests in configure but
not when linking para_gui. This patch creates an output variable,
gui_ldflags, which is used in the Makefile for linking para_gui.
Makefile.in
configure.ac