From: stefan Date: Mon, 5 Jan 2004 08:07:33 +0000 (+0000) Subject: Apparently older autoconf versions had problems X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c1541921098bfad882286606abbe11fffe708e90;p=cacao.git Apparently older autoconf versions had problems --- diff --git a/configure.in b/configure.in index dc6a11c5d..0d303f17e 100644 --- a/configure.in +++ b/configure.in @@ -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])