From 9410a8d693a8061d59b0dc6d3a16bf2535b0c9b5 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Tue, 11 Apr 2017 18:11:47 +0200 Subject: [PATCH] Removing defines from configure.ac --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c92ca27..d20ee51 100644 --- a/configure.ac +++ b/configure.ac @@ -32,10 +32,11 @@ AC_PROG_CC # Determine OS for NCURSES check AC_CANONICAL_HOST # Platform specific ncurses check: if NCURSES not found, then look for ncurses +AC_MSG_NOTICE([IMPORTANT: Make sure you have pkg-tools installed - it's needed to run this script]) PKG_CHECK_MODULES([NCURSES], [ncursesw], - [AC_DEFINE([HAVE_NCURSESW],[1],[Use NCURSESW])], + [AC_MSG_NOTICE([Module ncursesw found])], [PKG_CHECK_MODULES([NCURSES], [ncurses], - [AC_DEFINE([HAVE_NCURSES],[1],[Use NCURSES])], + [AC_MSG_NOTICE([Module ncurses found])], [AS_CASE([$host_os], [darwin*], [