<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- configure.orig	2011-10-24 13:46:07.000000000 +0100
+++ configure	2011-10-24 13:47:04.000000000 +0100
@@ -7567,8 +7567,8 @@
 
 { $as_echo "$as_me:$LINENO: checking for a curses library containing mvchgat" &gt;&amp;5
 $as_echo_n "checking for a curses library containing mvchgat... " &gt;&amp;6; }
-oldLIBS=$LIBS
-for curseslib in ncursesw curses ncurses ; do
+oldLIBS="-L@@PREFIX@@ $LIBS"
+for curseslib in ncurses ; do
     LIBS="$oldLIBS -l$curseslib"
     cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
 /* confdefs.h.  */
</pre></body></html>