Switched back to the old style thread architecture in preparation for eventual migrat...
[citadel.git] / citadel / configure.ac
index e29bbea0cea0e06bbd0f0868644e1c2296ccbb1a..c0f325b75c0babd6b308de369718d0d64bb2e2fa 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