diff options
author | Paulo Matos <paulo@matos-sorge.com> | 2015-05-11 20:09:35 +0200 |
---|---|---|
committer | Paulo Matos <pmatos@gcc.gnu.org> | 2015-05-11 20:09:35 +0200 |
commit | e640447c6d585d2a828dc15bd280a2b595429bbe (patch) | |
tree | 4d73dab0eae62fa35f4d897b544e65807f0f483b /configure | |
parent | 263444332ae2c81e12aedce26bfef5773c5b7b94 (diff) | |
download | gcc-e640447c6d585d2a828dc15bd280a2b595429bbe.zip gcc-e640447c6d585d2a828dc15bd280a2b595429bbe.tar.gz gcc-e640447c6d585d2a828dc15bd280a2b595429bbe.tar.bz2 |
configure.ac: Fix typo.
* configure.ac: Fix typo.
* configure: Regenerate.
From-SVN: r223011
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7423,7 +7423,7 @@ fi # multilib is not explicitly enabled. case "$target:$have_compiler:$host:$target:$enable_multilib" in x86_64-*linux*:yes:$build:$build:) - # Make sure we have a developement environment that handles 32-bit + # Make sure we have a development environment that handles 32-bit dev64=no echo "int main () { return 0; }" > conftest.c ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c @@ -7434,7 +7434,7 @@ case "$target:$have_compiler:$host:$target:$enable_multilib" in fi rm -f conftest* if test x${dev64} != xyes ; then - as_fn_error "I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5 + as_fn_error "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5 fi ;; esac |