* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
authorTom Tromey <tromey@redhat.com>
Mon, 2 Oct 2006 18:03:18 +0000 (18:03 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 2 Oct 2006 18:03:18 +0000 (18:03 +0000)
GCC_ENABLE.

config/ChangeLog
config/tls.m4

index bf0c5d6dfe1795f03d76184e705e9f1b2d32ec42..c5e044f5a03ddd1a1151877457b06ab2d354ef7a 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-18  Tom Tromey  <tromey@redhat.com>
+
+       * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
+       GCC_ENABLE.
+
 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
 
        PR build/26188
index 5cbb6854f6c784e422925bf71769a24c2cabc89c..b7a07309abe447ec458dc7e014c44b3c4c5b9331 100644 (file)
@@ -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; }],
This page took 0.034768 seconds and 4 git commands to generate.