=== modified file 'configure.ac' --- old/configure.ac 2013-04-06 16:06:39 +0000 +++ new/configure.ac 2013-07-20 17:28:31 +0000 @@ -785,11 +785,9 @@ # fi dnl ************************************************* -dnl Armathentication Threading +dnl Threading dnl ************************************************* -if test x$enable_armathentication = xyes; then - AC_LANG([C++]) dnl Boost.System is a mandatory dependency of Boost.Thread @@ -814,10 +812,6 @@ ]) - -fi # armathentication - - dnl ************************************************* dnl protocol buffers dnl ************************************************* === modified file 'src/tools/tThread.h' --- old/src/tools/tThread.h 2011-08-24 21:13:01 +0000 +++ new/src/tools/tThread.h 2013-07-20 16:17:33 +0000 @@ -79,11 +79,10 @@ }; } -#else // HAVE_LIBPTHREAD +#else // HAVE_PTHREAD #include "tError.h" -// replicate the little we actually use with PThreads namespace boost { class thread @@ -98,7 +97,7 @@ }; } -#endif // HAVE_LIBPTHREAD +#endif // HAVE_PTHREAD #endif // HAVE_LIBBOOST_THREAD