From: John David Anglin Date: Wed, 7 Aug 2002 21:38:47 +0000 (+0000) Subject: configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and local_prefix are the... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ec5d64d3db747de6c46ba19e8da055cbfdaa7a2;p=gcc.git configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and local_prefix are the same. * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and local_prefix are the same. * configure: Rebuilt. From-SVN: r56108 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3490b504781..297f6880369 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-08-07 John David Anglin + + * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and + local_prefix are the same. + * configure: Rebuilt. + 2002-08-07 Jakub Jelinek Richard Henderson diff --git a/gcc/configure b/gcc/configure index 2082ab2d4e9..870787958b6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7950,7 +7950,7 @@ EOF ;; esac -if test "$prefix" != "/usr" && test "$prefix" != "/usr/local" ; then +if test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then cat >> confdefs.h <