X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a15306a130d26b8c7ca2d2ffb044d7dfb36c03bd..930dda2576b57f81598900641221a2efead20090:/configure.ac diff --git a/configure.ac b/configure.ac index 20c1a4843c..9a696b5fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -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;