From: Karel G. <kg...@us...> - 2001-10-26 20:17:58
|
Update of /cvsroot/micomt/mico In directory usw-pr-cvs1:/tmp/cvs-serv25984 Modified Files: configure.in Log Message: - fixed bug while configuring threads support Index: configure.in =================================================================== RCS file: /cvsroot/micomt/mico/configure.in,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** configure.in 2001/10/26 19:59:54 1.26 --- configure.in 2001/10/26 20:17:55 1.27 *************** *** 269,273 **** # ! if test X"$use_threads" = Xyes -a ; then if test X"$use_pthreads" = Xno; then AC_CHECK_LIB(thread, open, use_solaris_threads=yes, use_solaris_threads=no) --- 269,273 ---- # ! if test X"$use_threads" = Xyes; then if test X"$use_pthreads" = Xno; then AC_CHECK_LIB(thread, open, use_solaris_threads=yes, use_solaris_threads=no) |