summaryrefslogtreecommitdiff
path: root/m4/ax_with_curses.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_with_curses.m4')
-rw-r--r--m4/ax_with_curses.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_with_curses.m4 b/m4/ax_with_curses.m4
index 4b27dc4..162ed06 100644
--- a/m4/ax_with_curses.m4
+++ b/m4/ax_with_curses.m4
@@ -96,8 +96,8 @@ AC_DEFUN([AX_WITH_CURSES],
then
AC_DEFINE([HAVE_NCURSES_H],[1],[Define if you have ncurses.h])
CURSES_LIB="-lncurses"
+ ax_cv_curses=yes
fi
- ax_cv_curses=yes
fi
if test "$ax_cv_curses" != yes -a "$with_ncurses" != yes -a "$with_ncursesw" != yes
then