1
1

* properly quote error message

This commit was SVN r4432.
Этот коммит содержится в:
Brian Barrett 2005-02-14 22:04:18 +00:00
родитель 0ad4523212
Коммит 7a7c598391

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

@ -48,7 +48,7 @@ int i = 3;
fi
else
# We never thought that this was GXX to begin with
msg=not applicable
msg="not applicable"
TRULY_GXX=no
fi
AC_MSG_RESULT([$msg])