Commit 515871c7 by Tristan Gingold Committed by Tristan Gingold

configure.ac (plugins): Fix typos.

2010-09-14  Tristan Gingold  <gingold@adacore.com>

	* configure.ac (plugins): Fix typos.
	* configure: Regenerate.

From-SVN: r164273
parent 4a6e5cc8
2010-09-14 Tristan Gingold <gingold@adacore.com>
* configure.ac (plugins): Fix typos.
* configure: Regenerate.
2010-09-14 Jakub Jelinek <jakub@redhat.com> 2010-09-14 Jakub Jelinek <jakub@redhat.com>
PR debug/45660 PR debug/45660
......
...@@ -25719,7 +25719,7 @@ case "${host}" in ...@@ -25719,7 +25719,7 @@ case "${host}" in
*-*-darwin*) *-*-darwin*)
if test x$build = x$host; then if test x$build = x$host; then
export_sym_check="nm${exeext} -g" 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" export_sym_check="$gcc_cv_nm -g"
else else
export_sym_check= export_sym_check=
...@@ -25728,7 +25728,7 @@ case "${host}" in ...@@ -25728,7 +25728,7 @@ case "${host}" in
*) *)
if test x$build = x$host; then if test x$build = x$host; then
export_sym_check="objdump${exeext} -T" 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" export_sym_check="$gcc_cv_objdump -T"
else else
export_sym_check= export_sym_check=
......
...@@ -4644,7 +4644,7 @@ case "${host}" in ...@@ -4644,7 +4644,7 @@ case "${host}" in
*-*-darwin*) *-*-darwin*)
if test x$build = x$host; then if test x$build = x$host; then
export_sym_check="nm${exeext} -g" 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" export_sym_check="$gcc_cv_nm -g"
else else
export_sym_check= export_sym_check=
...@@ -4653,7 +4653,7 @@ case "${host}" in ...@@ -4653,7 +4653,7 @@ case "${host}" in
*) *)
if test x$build = x$host; then if test x$build = x$host; then
export_sym_check="objdump${exeext} -T" 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" export_sym_check="$gcc_cv_objdump -T"
else else
export_sym_check= export_sym_check=
......
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