Browse Source

Fix macro name

Samuel Thibault 5 years ago
parent
commit
432ac6014b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -225,7 +225,7 @@ if test x$enable_simgrid = xyes ; then
 	fi
 	fi
 
 
 	AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 	AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-			  #ifdef HAVE_SIMGRID_MSG_H
+			  #ifdef STARPU_HAVE_SIMGRID_MSG_H
 			  #include <simgrid/msg.h>
 			  #include <simgrid/msg.h>
 			  #include <simgrid/host.h>
 			  #include <simgrid/host.h>
 			  #else
 			  #else