[BACK] Return to acinclude.m4 CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.13 and 1.14

version 1.13, 2002/04/16 12:01:39 version 1.14, 2002/04/25 17:52:16
Line 404 
Line 404 
     stlport_libraries="$with_stlport_lib"     stlport_libraries="$with_stlport_lib"
 fi fi
  
  dnl Check for the 'pthread' library. SLTPort needs it.
  AC_CHECK_LIB(pthread, main, , [AC_MSG_ERROR([cannot find the pthread library.])])
  
 AC_LANG_SAVE AC_LANG_SAVE
 AC_LANG_CPLUSPLUS AC_LANG_CPLUSPLUS
  


Legend:
Removed from v.1.13 
changed lines
 Added in v.1.14