]> granicus.if.org Git - procps-ng/commit
fix AC_ARG_WITH(ncurses) handling
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Jan 2012 18:01:14 +0000 (13:01 -0500)
committerSami Kerola <kerolasa@iki.fi>
Thu, 26 Jan 2012 20:16:59 +0000 (21:16 +0100)
commit061de22badc121227fdcb3720ef96087868bbe9e
treec2b319fbe9bcc1a44e8c1f4816e9f3d1ae301f42
parent62c0cf67f665419b6169788b5996ad7238604281
fix AC_ARG_WITH(ncurses) handling

The third arg is for "the user has specified some flag", not "the user
has disabled things", so use $withval.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
configure.ac