configure.in: Fix typo.
* configure.in: Fix typo. * configure: Regenerate. From-SVN: r62902
This commit is contained in:
parent
60f469fa1e
commit
9fb28a67cc
@ -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
2
gcc/configure
vendored
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user