OSDN Git Service

2010-09-14 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 2010 10:00:52 +0000 (10:00 +0000)
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 2010 10:00:52 +0000 (10:00 +0000)
* configure.ac (plugins): Fix typos.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164273 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 5a3c65f..bebaf35 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-14  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac (plugins): Fix typos.
+       * configure: Regenerate.
+
 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/45660
index 6aa72ed..7686c43 100755 (executable)
@@ -25719,7 +25719,7 @@ case "${host}" in
   *-*-darwin*)
     if test x$build = x$host; then
       export_sym_check="nm${exeext} -g"
-    elif x$host = x$target; then
+    elif test x$host = x$target; then
       export_sym_check="$gcc_cv_nm -g"
     else
       export_sym_check=
@@ -25728,7 +25728,7 @@ case "${host}" in
   *)
     if test x$build = x$host; then
       export_sym_check="objdump${exeext} -T"
-    elif x$host = x$target; then
+    elif test x$host = x$target; then
       export_sym_check="$gcc_cv_objdump -T"
     else
       export_sym_check=
index e02dac9..278cc4f 100644 (file)
@@ -4644,7 +4644,7 @@ case "${host}" in
   *-*-darwin*)
     if test x$build = x$host; then
       export_sym_check="nm${exeext} -g"
-    elif x$host = x$target; then
+    elif test x$host = x$target; then
       export_sym_check="$gcc_cv_nm -g"
     else
       export_sym_check=
@@ -4653,7 +4653,7 @@ case "${host}" in
   *)
     if test x$build = x$host; then
       export_sym_check="objdump${exeext} -T"
-    elif x$host = x$target; then
+    elif test x$host = x$target; then
       export_sym_check="$gcc_cv_objdump -T"
     else
       export_sym_check=