1
1
Trivial change to an output message, just so that github and emacs
syntax hilighting does not get confused (and think that the ' in don't
is an unterminated single quote).
Этот коммит содержится в:
Jeff Squyres 2015-01-30 14:20:23 -08:00
родитель 62282a0f06
Коммит b937db49b4

Просмотреть файл

@ -701,7 +701,7 @@ AC_INCLUDES_DEFAULT[
[OPAL_USE_STDBOOL_H=1 MSG=yes],[OPAL_USE_STDBOOL_H=0 MSG=no])
else
OPAL_USE_STDBOOL_H=0
MSG="no (don't have <stdbool.h>)"
MSG="no (do not have <stdbool.h>)"
fi
AC_DEFINE_UNQUOTED(OPAL_USE_STDBOOL_H, $OPAL_USE_STDBOOL_H,
[Whether to use <stdbool.h> or not])