configure.in: Fix typo.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Fri, 14 Feb 2003 17:28:55 +0000 (17:28 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 14 Feb 2003 17:28:55 +0000 (17:28 +0000)
* configure.in: Fix typo.
* configure: Regenerate.

From-SVN: r62902

gcc/ChangeLog
gcc/configure
gcc/configure.in

index e52dce214a7d44d9837b974cdd7507e095d750e5..09580645f565fd142ea0f3037919e26722954b1d 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in: Fix typo.
+       * configure: Regenerate.
+
 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
index 8c85ee6aff45bdc55f34666e22a9c45f685daecf..93b3b85b8022b178ba2dd9b8e86f54a89afb153e 100755 (executable)
@@ -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 <<EOF
 #define PREFIX_INCLUDE_DIR "$prefix/include"
index f888280a42ac271f45536c7727d9dc8b251746c4..a0dd7e50e64dc8b0dddd02cbd1320d451f73485e 100644 (file)
@@ -2426,7 +2426,7 @@ case "$target" in
     ;;
 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
   AC_DEFINE_UNQUOTED(PREFIX_INCLUDE_DIR, "$prefix/include")
 fi