From f1599796efed1eb67759cf42f47fe4bf6a9bf93c Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 19 Jul 2013 17:07:31 -0700 Subject: configure: Update to use AX_WITH_CURSES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For a more portable build system convert to using the autoconf-archive AX_WITH_CURSES macros. Allows building on openSUSE, which has a different header file layout than other distros, and fixes menu entries with UTF-8 characters; this causes fedora installs (codename "Schrödinger´s cat") to break the UI. Signed-off-by: Geoff Levand --- ui/ncurses/nc-scr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/ncurses/nc-scr.c') diff --git a/ui/ncurses/nc-scr.c b/ui/ncurses/nc-scr.c index 062d34a..d2455d4 100644 --- a/ui/ncurses/nc-scr.c +++ b/ui/ncurses/nc-scr.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + +#define _GNU_SOURCE + #include #include -- cgit v1.2.1