diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e52dce214a7..09580645f56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-14 Rainer Orth + + * configure.in: Fix typo. + * configure: Regenerate. + 2003-02-14 Kazu Hirata * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New. diff --git a/gcc/configure b/gcc/configure index 8c85ee6aff4..93b3b85b802 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8498,7 +8498,7 @@ EOF ;; esac -if test x$with_sysroot = x && x$host = x$target \ +if test x$with_sysroot = x && test x$host = x$target \ && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then cat >> confdefs.h <