1
1

* fix typo that was confusing sh when gcc-like compilers were not used

This commit was SVN r4255.
Этот коммит содержится в:
Brian Barrett 2005-01-30 23:09:44 +00:00
родитель 5a9718e582
Коммит 0931b33123

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

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