Author: wade Date: 2005-06-23 16:51:26 -0400 (Thu, 23 Jun 2005) New Revision: 46451
Modified: trunk/debugger/configure.in Log: Disable NTPL check Modified: trunk/debugger/configure.in =================================================================== --- trunk/debugger/configure.in 2005-06-23 18:20:02 UTC (rev 46450) +++ trunk/debugger/configure.in 2005-06-23 20:51:26 UTC (rev 46451) @@ -75,9 +75,9 @@ AC_SUBST(glue_cflags) AC_SUBST(server_cflags) -if test x$platform = xi386linux -a x$server_only != xyes; then - LINUX_NPTL_CHECK -fi +#if test x$platform = xi386linux -a x$server_only != xyes; then +# LINUX_NPTL_CHECK +#fi dnl may require a specific autoconf version dnl AC_PROG_CC_FOR_BUILD _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
