Autoconf
- Removed double check for ncurses, causing the library to be listed twice on the link line.
This commit is contained in:
@@ -45,7 +45,6 @@ AC_SUBST(CFLAGS)
|
|||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_CHECK_LIB(ncurses,initscr)
|
AC_CHECK_LIB(ncurses,initscr)
|
||||||
AC_CHECK_LIB(ncurses,endwin)
|
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|||||||
Reference in New Issue
Block a user