[cgma-dev] r5745 - cgm/branches/merge-cubit13.1
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Fri Sep 21 12:34:04 CDT 2012
Author: janehu
Date: 2012-09-21 12:34:04 -0500 (Fri, 21 Sep 2012)
New Revision: 5745
Modified:
cgm/branches/merge-cubit13.1/configure.ac
Log:
corrected a typo error.
Modified: cgm/branches/merge-cubit13.1/configure.ac
===================================================================
--- cgm/branches/merge-cubit13.1/configure.ac 2012-09-17 15:30:25 UTC (rev 5744)
+++ cgm/branches/merge-cubit13.1/configure.ac 2012-09-21 17:34:04 UTC (rev 5745)
@@ -520,7 +520,7 @@
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([#include "Standard_Mutex.hxx"], [Standard_Mutex mutex; mutex.TryLock();])],
[AC_MSG_RESULT([yes]); OCC_LIBS="$OCC_LIBS -lpthread"],
- [AC_MSG_ERROR([Cannot link libTKKernel with Standard_Mutex])]
+ [AC_MSG_ERROR([Cannot link libTKernel with Standard_Mutex])]
)])
More information about the cgma-dev
mailing list