Changeset 263 for trunk/coin.m4
- Timestamp:
- Mar 16, 2007 9:03:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r261 r263 2789 2789 # library extension 2790 2790 AC_LANG_PUSH(C) 2791 AC_CHECK_LIB([pthread],[pthread_create],[LIBS="-lpthread $LIBS"; ADDLIBS="-lpthread $ADDLIBS"],[]) 2791 save_LIBS="$LIBS" 2792 LIBS="$LIBS $FLIBS" 2793 AC_CHECK_LIB([pthread],[pthread_create],[LIBS="-lpthread $save_LIBS"; ADDLIBS="-lpthread $ADDLIBS"],[LIBS="$save_LIBS"]) 2792 2794 AC_LANG_POP(C) 2793 2795 … … 2822 2824 # Mumps needs pthreads 2823 2825 AC_LANG_PUSH(C) 2824 AC_CHECK_LIB([pthread],[pthread_create],[LIBS="-lpthread $LIBS"; ADDLIBS="-lpthread $ADDLIBS"],[]) 2826 save_LIBS="$LIBS" 2827 LIBS="$LIBS $FLIBS" 2828 AC_CHECK_LIB([pthread],[pthread_create],[LIBS="-lpthread $save_LIBS"; ADDLIBS="-lpthread $ADDLIBS"],[LIBS="save_LIBS"]) 2825 2829 AC_LANG_POP(C) 2826 2830 else
Note: See TracChangeset
for help on using the changeset viewer.