configure.ac: s/don't/do not/
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).
Этот коммит содержится в:
родитель
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])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user