about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 85eb2141f..83fda70b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1374,10 +1374,6 @@ sed 's/\\\\\\\\/\//g' |
 $AWK '{ if ($1 ~ /\.h/) files[[$1]] = $1 }
   END { for (var in files) print var }'`"
 rm -f nametmp.c
-if x"$curses_list" = x; then
-  echo Failed
-  exit 1
-fi
 for CURSES_TRY_H in $curses_list /dev/null
 do
   nkeys=`test -f $CURSES_TRY_H && \