Commit 9fb28a67 by Rainer Orth Committed by Rainer Orth

configure.in: Fix typo.

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

From-SVN: r62902
parent 60f469fa
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment