configure.ac: Fix typo.
authorPaulo Matos <paulo@matos-sorge.com>
Mon, 11 May 2015 18:09:35 +0000 (20:09 +0200)
committerPaulo Matos <pmatos@gcc.gnu.org>
Mon, 11 May 2015 18:09:35 +0000 (20:09 +0200)
        * configure.ac: Fix typo.
        * configure: Regenerate.

From-SVN: r223011

ChangeLog
configure
configure.ac

index b9bfc76dd745ec2df3bd512198d2f6f851271444..2a5d55daeb30406661a04fd84ce58903fd436bdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
+
+       * configure.ac: Fix typo.
+       * configure: Regenerate.
+
 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index a3f66bac77e435fb185bb34f36a7a57c23a05639..8ee279f923af506246063039fe3e439a0593d4f8 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 987dfab411dc9b597e3c73f8ccd3777a4352bb1c..4081fb9bcfc6e403a20516f7d0ea9ea3a51ab827 100644 (file)
@@ -3063,7 +3063,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
@@ -3074,7 +3074,7 @@ case "$target:$have_compiler:$host:$target:$enable_multilib" in
     fi 
     rm -f conftest*
     if test x${dev64} != xyes ; then
-      AC_MSG_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.])
+      AC_MSG_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.])
     fi
     ;;
 esac