Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601162 | Differences between
and this patch

Collapse All | Expand All

(-)a/m4/guestfs_misc_libraries.m4 (-1 / +1 lines)
Lines 50-56 AC_ARG_WITH([readline],[ Link Here
50
LIBREADLINE=
50
LIBREADLINE=
51
AS_IF([test "x$with_readline" != xno],[
51
AS_IF([test "x$with_readline" != xno],[
52
    AC_CHECK_LIB([readline], [main],
52
    AC_CHECK_LIB([readline], [main],
53
        [AC_SUBST([LIBREADLINE], ["-lreadline -lncurses"])
53
        [AC_SUBST([LIBREADLINE], ["-lreadline -lncurses $LIBTINFO_LIBS"])
54
         AC_DEFINE([HAVE_LIBREADLINE], [1],
54
         AC_DEFINE([HAVE_LIBREADLINE], [1],
55
                   [Define if you have libreadline.])
55
                   [Define if you have libreadline.])
56
        ],
56
        ],

Return to bug 601162