aboutsummaryrefslogtreecommitdiff
path: root/config/tls.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-10-02 18:03:18 +0000
committerTom Tromey <tromey@redhat.com>2006-10-02 18:03:18 +0000
commit2a441538f983918c3fc0530c04435e0fb41770da (patch)
tree285d93da08f95c122e93a98472d8bad0132cdf7a /config/tls.m4
parent5c9dda86e557b698ed623979d6c114752a4094d1 (diff)
downloadnewlib-2a441538f983918c3fc0530c04435e0fb41770da.zip
newlib-2a441538f983918c3fc0530c04435e0fb41770da.tar.gz
newlib-2a441538f983918c3fc0530c04435e0fb41770da.tar.bz2
* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
GCC_ENABLE.
Diffstat (limited to 'config/tls.m4')
-rw-r--r--config/tls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tls.m4 b/config/tls.m4
index 5cbb685..b7a0730 100644
--- a/config/tls.m4
+++ b/config/tls.m4
@@ -1,6 +1,6 @@
dnl Check whether the target supports TLS.
AC_DEFUN([GCC_CHECK_TLS], [
- GCC_ENABLE(tls, yes, [Use thread-local storage])
+ GCC_ENABLE(tls, yes, [], [Use thread-local storage])
AC_CACHE_CHECK([whether the target supports thread-local storage],
have_tls, [
AC_RUN_IFELSE([__thread int a; int b; int main() { return a = b; }],