Changeset 2656
- Timestamp:
- Nov 28, 2012 1:35:58 PM (8 years ago)
- Location:
- ThirdParty/SCIP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/trunk/configure
r2643 r2656 23490 23490 23491 23491 else 23492 if test $scip_threadsafe = auto; then23493 { { echo "$as_me:$LINENO: error: -- enable-cbc-parallelselected, but -lpthreads unavailable" >&523494 echo "$as_me: error: -- enable-cbc-parallelselected, but -lpthreads unavailable" >&2;}23492 if test $scip_threadsafe = yes ; then 23493 { { echo "$as_me:$LINENO: error: --scip-threadsafe selected, but -lpthreads unavailable" >&5 23494 echo "$as_me: error: --scip-threadsafe selected, but -lpthreads unavailable" >&2;} 23495 23495 { (exit 1); exit 1; }; } 23496 23496 else -
ThirdParty/SCIP/trunk/configure.ac
r2643 r2656 203 203 SCIPLIB_PCLIBS="-lpthread $SCIPLIB_PCLIBS" 204 204 ], 205 [if test $scip_threadsafe = auto; then206 AC_MSG_ERROR([-- enable-cbc-parallelselected, but -lpthreads unavailable])205 [if test $scip_threadsafe = yes ; then 206 AC_MSG_ERROR([--scip-threadsafe selected, but -lpthreads unavailable]) 207 207 else 208 208 AC_MSG_NOTICE([no pthreads, SCIP will not be threadsafe])
Note: See TracChangeset
for help on using the changeset viewer.