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

(-)configure.in.orig (-1 / +1 lines)
Lines 30-36 Link Here
30
AC_CHECK_LIB(readline, rl_completion_matches,,
30
AC_CHECK_LIB(readline, rl_completion_matches,,
31
             [AC_MSG_ERROR([cannot find GNU libreadline 4.2 or higher])],
31
             [AC_MSG_ERROR([cannot find GNU libreadline 4.2 or higher])],
32
	     -lcurses)
32
	     -lcurses)
33
LIBS="-lcurses -lreadline"
33
LIBS="-lreadline -lcurses"
34
34
35
# It's better to have this string in one single place.
35
# It's better to have this string in one single place.
36
LIBCDAUDIO_MISSING="couldn't locate libcdaudio."
36
LIBCDAUDIO_MISSING="couldn't locate libcdaudio."

Return to bug 12210