]> AND Public Git Repository - simgrid.git/blobdiff - configure.ac
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borland compiler use now windows thread (instead of task state), for that the new...
[simgrid.git] / configure.ac
index 20c1a4843ca896a81be60b11be0e364f87b39244..9a696b5fcfe888b88f476f06a5c7826e3e3496a3 100644 (file)
@@ -184,6 +184,7 @@ AC_CHECK_LIB(sdp,sdp,csdp=yes, csdp=no,-llapack -lblas -lm)
 if test "x$csdp" = xyes; then 
   SIMGRID_DEP="$SIMGRID_DEP -lsdp -llapack -lblas -lm"
   AC_MSG_RESULT(Found working sdp library.)
+  AC_DEFINE(HAVE_SDP, 1, [Indicates whether printf("%s",NULL) works])
 else
   AC_MSG_RESULT(Could not find any working sdp library.)
 fi;