diff --git a/config.h.in b/config.h.in index 6fad6a764..709407618 100644 --- a/config.h.in +++ b/config.h.in @@ -27,9 +27,9 @@ /* Should we use MPE ? */ #if HAVE_LIBMPE && HAVE_MPI - #define HAVE_MPE 1 +#define HAVE_MPE 1 #else - #define HAVE_MPE 0 +#define HAVE_MPE 0 #endif