summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-03-06 19:08:00 +0100
committerpgen <p.gen.progs@gmail.com>2016-03-06 19:08:00 +0100
commitede7a90ffce9cd36f814d4a33ca2d5c3f67352a2 (patch)
treef64641d02ff5e17d09e970c77e619ee8bbb61144 /configure
parent115a19ecc3fd2d9dd98da1b58540a35df233097a (diff)
Reorganize the code a little
- remove the smenu.h header file - add/rewrite some comments - move parts of code to more logical places
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure b/configure
index deb5bd5..0eb7656 100755
--- a/configure
+++ b/configure
@@ -4622,11 +4622,7 @@ $as_echo "no" >&6; }
fi
-ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#include <curses.h>
-
-"
-if test "x$ac_cv_header_term_h" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
$as_echo_n "checking for library containing tgetent... " >&6; }
if ${ac_cv_search_tgetent+:} false; then :
$as_echo_n "(cached) " >&6
@@ -4682,9 +4678,6 @@ if test "$ac_res" != no; then :
HAVE_CURSES=True
fi
-fi
-
-
# Checks for libraries.