--- rpl/configure.ac 2021/12/16 10:09:51 1.267 +++ rpl/configure.ac 2021/12/16 10:17:38 1.268 @@ -491,10 +491,6 @@ if test ! -d "$srcdir"/tools/$NCURSES; t for i in $(ls ../$NCURSES*.patch.gz); do echo Applying patch $i && \ gunzip -c $i | patch -p1; - done; - for i in $(ls ../ncurses-6.1*.patch.gz); - do echo Applying patch $i && \ - gunzip -c $i | patch -p1; done); fi if test ! -d "$srcdir"/tools/$READLINE; then