summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-08 22:59:51 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-08 22:59:51 +0100
commitfe813481115ba761c17a7fdd45afb354ea4ef789 (patch)
treec77f73cc4eddc6c4ed48e9c37188f59ad9fdfdb3 /configure
parent1be2eaf126790229c291abbbb735133abc51992a (diff)
Add libtinfo in the searched libraries an regenerate configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 4083438..82fe797 100755
--- a/configure
+++ b/configure
@@ -2399,8 +2399,8 @@ test "$program_suffix" != NONE &&
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
@@ -4646,7 +4646,7 @@ return tgetent ();
return 0;
}
_ACEOF
-for ac_lib in '' curses ncursesw ncurses; do
+for ac_lib in '' tinfo curses ncursesw ncurses; do
if test -z "$ac_lib"; then
ac_res="none required"
else