From: Thomas Schwinge Date: Fri, 11 Oct 2013 10:42:53 +0000 (+0200) Subject: configure.ac: Typo fix. X-Git-Tag: releases/gcc-4.9.0~3593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=451c19c488f1a0f515f8c19020685d3dfe3587bf;p=thirdparty%2Fgcc.git configure.ac: Typo fix. libgomp/ * configure.ac: Typo fix. From-SVN: r203418 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 01df81d79664..8d4fb6cb499d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,8 @@ 2013-10-11 Thomas Schwinge + * configure.ac: Typo fix. + * configure: Regenerate. + * testsuite/libgomp.fortran/openmp_version-1.f: New file. * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise. diff --git a/libgomp/configure b/libgomp/configure index 983c63df7125..06276e132220 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -15458,7 +15458,7 @@ $as_echo "#define HAVE_TLS 1" >>confdefs.h fi -# See what sort of export controls are availible. +# See what sort of export controls are available. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5 $as_echo_n "checking whether the target supports hidden visibility... " >&6; } diff --git a/libgomp/configure.ac b/libgomp/configure.ac index d87ed2932dc1..e7fbb31d74a5 100644 --- a/libgomp/configure.ac +++ b/libgomp/configure.ac @@ -238,7 +238,7 @@ fi # See if we support thread-local storage. GCC_CHECK_TLS -# See what sort of export controls are availible. +# See what sort of export controls are available. LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT LIBGOMP_CHECK_ATTRIBUTE_ALIAS