]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
Switched back to the old style thread architecture in preparation for eventual migrat...
[citadel.git] / citadel / configure.ac
index 688d067d13ca913d896d650e60aed9b6425958fb..4cbfeb5ef5797d4a46343a337f33d67e3a0073bb 100644 (file)
@@ -467,16 +467,6 @@ AC_ARG_WITH(gprof,
                        ]
 )
 
-dnl disable thread table reporting
-AC_ARG_WITH(threadlog,
-               [  --with-threadlog        enable logging of thread table],
-                       [ if test "x$withval" != "xno" ; then
-                               AC_DEFINE(WITH_THREADLOG, [], [Define if you want logging of the thread tables.])
-                         fi
-                       ]
-)
-
-
 if test "$ac_cv_func_gethostbyname" = no; then
        AC_CHECK_LIB(nsl, gethostbyname)
 fi