aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 74ea386dd..8382c32cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,13 +81,6 @@ if test "x$ncurses" = "xauto"; then
[ncurses=ncursesw],
[ncurses=ncurses])
fi
-
-AC_CHECK_HEADER([ncursesw/ncurses.h],
- [have_ncursesw_h=yes],
- ,)
-
-
-
AC_CHECK_LIB([$ncurses],
[initscr],
@@ -95,14 +88,6 @@ AC_CHECK_LIB([$ncurses],
[AC_MSG_ERROR($ncurses library is required)])
-if test "x$ncurses" != "xncursesw" ; then
- if test "x$have_ncursesw_h" = "xyes" ; then
- AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [wide-char wget_ch()])
- AC_DEFINE(USE_NCURSESW, 1, [use wide-char ncurses library])
- fi
-fi
-
-
dnl Check for glib-2.4
PKG_CHECK_MODULES([GLIB],