From 3ac22f7a17cb1040e3ca962a805ded3ef812dd28 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 21 May 2009 15:52:24 +0200 Subject: build-sys: add --disable-tls * add AX_TLS autoconf macro * add --disabletls option * cleanup gen_uuid.c code to remove gcc warnings when compiled without TLS macro. Signed-off-by: Karel Zak --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ab0d1d1e..9f6d8b85f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ libtool !m4/ltsugar.m4 !m4/ltversion.m4 !m4/lt~obsolete.m4 + +# libuuid depends on AX_TLS macro +!m4/tls.m4 -- cgit v1.2.3-55-g7522