configure.in: Fix typo.

* configure.in: Fix typo.
	* configure: Regenerate.

From-SVN: r62902
This commit is contained in:
Rainer Orth 2003-02-14 17:28:55 +00:00 committed by Rainer Orth
parent 60f469fa1e
commit 9fb28a67cc
3 changed files with 7 additions and 2 deletions

View 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.

2
gcc/configure vendored
View File

@ -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"

View 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