patch-configure 596 B

12345678910111213141516
  1. --- ncurses-5.7.orig/configure 2008-10-26 02:04:38.000000000 +0200
  2. +++ ncurses-5.7/configure 2009-11-15 22:44:41.000000000 +0100
  3. @@ -3985,13 +3985,6 @@ echo "${ECHO_T}$BUILD_LIBS" >&6
  4. : ${BUILD_CC:='${CC}'}
  5. - if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
  6. - { { echo "$as_me:3989: error: Cross-build requires two compilers.
  7. -Use --with-build-cc to specify the native compiler." >&5
  8. -echo "$as_me: error: Cross-build requires two compilers.
  9. -Use --with-build-cc to specify the native compiler." >&2;}
  10. - { (exit 1); exit 1; }; }
  11. - fi
  12. else
  13. : ${BUILD_CC:='${CC}'}