Apparently older autoconf versions had problems
authorstefan <none@none>
Mon, 5 Jan 2004 08:07:33 +0000 (08:07 +0000)
committerstefan <none@none>
Mon, 5 Jan 2004 08:07:33 +0000 (08:07 +0000)
configure.in

index dc6a11c5d8ba43e64af730d9f478b78794f9ffbc..0d303f17eaa55e86f1a34768eee62f9f2f5f54f8 100644 (file)
@@ -128,8 +128,7 @@ dnl Features
 dnl check arguments
 AC_ARG_ENABLE(threads, [  --enable-threads        enable threads support [default yes]])
 AC_ARG_ENABLE([__thread],
-            AC_HELP_STRING([--disable-__thread],
-                           [do not use TLS features even when supporting them]),
+            [  --disable-__thread      do not use TLS features even when supporting them],
             [use__thread=$enablevalval],
             [use__thread=yes])