summaryrefslogtreecommitdiff
path: root/libmudflap/configure.ac
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-23 16:33:47 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-23 16:33:47 +0000
commitddba3f6268d09491fbc45ea417474d6b3f0407c5 (patch)
tree9cbf55c3da9f19be71ffd49e2127da8c09829396 /libmudflap/configure.ac
parent227bfd81a551156c272ad30f3e8745fd0abe1e7d (diff)
downloadgcc-ddba3f6268d09491fbc45ea417474d6b3f0407c5.tar.gz
config:
* enable.m4: New file. * tls.m4: New file. libmudflap: * aclocal.m4, configure: Rebuilt. * configure.ac: Use GCC_CHECK_TLS. * acinclude.m4 (LIBMUDFLAP_CHECK_TLS, LIBMUDFLAP_ENABLE): Moved to ../config. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/configure.ac')
-rw-r--r--libmudflap/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/configure.ac b/libmudflap/configure.ac
index 4d0ff1311fa..038bac54618 100644
--- a/libmudflap/configure.ac
+++ b/libmudflap/configure.ac
@@ -245,7 +245,7 @@ else
fi
# See if we support thread-local storage.
-LIBMUDFLAP_CHECK_TLS
+GCC_CHECK_TLS
AC_CONFIG_FILES([Makefile testsuite/Makefile testsuite/mfconfig.exp])
AC_OUTPUT