--- configure.in.orig 2002-12-15 16:54:16.000000000 +0100 +++ configure.in 2002-12-15 16:54:34.000000000 +0100 @@ -30,7 +30,7 @@ AC_CHECK_LIB(readline, rl_completion_matches,, [AC_MSG_ERROR([cannot find GNU libreadline 4.2 or higher])], -lcurses) -LIBS="-lcurses -lreadline" +LIBS="-lreadline -lcurses" # It's better to have this string in one single place. LIBCDAUDIO_MISSING="couldn't locate libcdaudio."