From a8237fc43ee1d0cd3ca10fe964c0db21313eca35 Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 21 Nov 2023 21:34:35 +0100 Subject: fixed macro in the wrong place --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9302c5b..e378a96 100755 --- a/configure +++ b/configure @@ -5303,8 +5303,6 @@ case "$host_os" in #( printf "%s\n" "#define __WINDOWS__ /**/" >>confdefs.h - - ;; #( *) : @@ -5314,6 +5312,8 @@ printf "%s\n" "#define __WINDOWS__ /**/" >>confdefs.h *) : ;; esac + + # AC_DEFINE([ENABLE_NCURSES], [], [Enable ncurses]) # AC_CHECK_LIB([ncurses], [initscr]) -- cgit v1.2.3