Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 388209
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +4 lines)
Line  Link Here
0
-- configure.ac
0
++ configure.ac
Lines 30-40 Link Here
30
AC_CHECK_LIB(curses, initscr, [have_curses=yes], [have_curses=no])
30
AC_CHECK_LIB(curses, initscr, [have_curses=yes], [have_curses=no])
31
AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no])
31
AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no])
32
AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no])
32
AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no])
33
# Regular expressions (regcmp) are in -lgen on Solaris 2,
33
# Regular expressions (regcmp) are in -lgen on Solaris 2, (but in libc
34
# and in -lintl on SCO Unix.
34
# at least on Solaris 10 (2.10)) and in -lintl on SCO Unix.
35
AC_CHECK_LIB(gen, regcmp)
35
AC_SEARCH_LIBS([regcmp], [gen intl PW])
36
AC_CHECK_LIB(intl, regcmp)
37
AC_CHECK_LIB(PW, regcmp)
38
36
39
# Checks for terminal libraries
37
# Checks for terminal libraries
40
AC_MSG_CHECKING([for working terminal libraries])
38
AC_MSG_CHECKING([for working terminal libraries])

Return to bug 388209