*** configure Thu Jan 29 08:55:35 2004 --- configure.orig Thu Jan 29 08:56:01 2004 *************** copy_dirs= *** 1603,1609 **** # Handle --with-headers=XXX. If the value is not "yes", the contents of # the named directory are copied to $(tooldir)/sys-include. if test x"${with_headers}" != x ; then ! if test x"${host}" = x"${build}"; then echo 1>&2 '***' --with-headers is only supported when cross compiling exit 1 fi --- 1603,1609 ---- # Handle --with-headers=XXX. If the value is not "yes", the contents of # the named directory are copied to $(tooldir)/sys-include. if test x"${with_headers}" != x ; then ! if test x${is_cross_compiler} = xno ; then echo 1>&2 '***' --with-headers is only supported when cross compiling exit 1 fi *** configure.in Thu Jan 29 08:57:13 2004 --- configure.in.orig Thu Jan 29 08:56:55 2004 *************** copy_dirs= *** 917,923 **** # Handle --with-headers=XXX. If the value is not "yes", the contents of # the named directory are copied to $(tooldir)/sys-include. if test x"${with_headers}" != x ; then ! if test x"${host}" = x"${build}"; then echo 1>&2 '***' --with-headers is only supported when cross compiling exit 1 fi --- 917,923 ---- # Handle --with-headers=XXX. If the value is not "yes", the contents of # the named directory are copied to $(tooldir)/sys-include. if test x"${with_headers}" != x ; then ! if test x${is_cross_compiler} = xno ; then echo 1>&2 '***' --with-headers is only supported when cross compiling exit 1 fi