From a5fef2cc6bf07451c85c238f4ba5e24d291a6ab2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Mar 2009 22:17:14 -0400 Subject: [PATCH] Autoconf - Removed double check for ncurses, causing the library to be listed twice on the link line. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8e3d62504..7635cd3f0 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,6 @@ AC_SUBST(CFLAGS) # Checks for libraries. AC_CHECK_LIB(ncurses,initscr) -AC_CHECK_LIB(ncurses,endwin) # Checks for header files. AC_HEADER_STDC