configure: Add linker flags for ncursestest to correct position
commit1c0833268c7179494aecabc5f0fae643715a7a98
authorTobias Klauser <tklauser@distanz.ch>
Fri, 28 Jun 2013 12:26:40 +0000 (28 14:26 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 28 Jun 2013 12:26:40 +0000 (28 14:26 +0200)
tree1fd854b6082501bfbb0e1c39840484dd6109249d
parent53d360c9f608103f95b9a2a74f64c9c494ff2333
configure: Add linker flags for ncursestest to correct position

Newer versions of GCC expect the linker flags after the object code, so
move the ouput of 'pkg-config --libs ncurses' there to not make the test
fail even if ncurses is present on the system.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
configure