about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7a0be3eac..55cfb06d3 100644
--- a/configure.in
+++ b/configure.in
@@ -512,7 +512,7 @@ AC_CHECK_LIB(m, pow)
 dnl Prefer BSD termcap library to SysV curses library, except on certain
 dnl versions of AIX and HP-UX.
 case "$host_os" in
-  aix*|hpux10.*) termcap_curses_order="curses ncurses termcap" ;;
+  aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;;
   *)             termcap_curses_order="termcap curses ncurses" ;;
 esac