diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-19 15:13:50 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-19 15:13:50 +0000 |
commit | 993c17152a79499f1dcb8f0865f7f7a97755faee (patch) | |
tree | 65d2f7f1082b730dd2aa759b6a6962c49ced812e /gcc/configure | |
parent | d6b951b8385a0bee6adb0f364f01b38d22ff21ea (diff) | |
download | gcc-993c17152a79499f1dcb8f0865f7f7a97755faee.tar.gz |
2010-04-19 Richard Guenther <rguenther@suse.de>
* configure.ac: Fix quoting around elf_getshstrndx ABI check.
* configure: Re-generated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/configure b/gcc/configure index de9cc72db7f..53f5eb8e806 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8458,12 +8458,12 @@ else int main() { return elf_getshstrndx (NULL, 0) == 0; -}, -$as_echo "#define HAVE_ELF_GETSHSTRNDX_GABI 1" >>confdefs.h - +} _ACEOF if ac_fn_c_try_run "$LINENO"; then : +$as_echo "#define HAVE_ELF_GETSHSTRNDX_GABI 1" >>confdefs.h + fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext |