configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant call to AC_MSG_RESULT.

* configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
       call to AC_MSG_RESULT.

From-SVN: r33385
This commit is contained in:
Kaveh R. Ghazi 2000-04-24 18:23:19 +00:00 committed by Kaveh Ghazi
parent 9762e8a456
commit f6cbf6727d
3 changed files with 143 additions and 140 deletions

View File

@ -1,3 +1,8 @@
2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
call to AC_MSG_RESULT.
2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* invoke.texi: Correct grammatical errors, document

277
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -383,7 +383,6 @@ int main(void)
exit(0);
}, gcc_cv_enum_bf_unsigned=yes, gcc_cv_enum_bf_unsigned=no, gcc_cv_enum_bf_unsigned=yes)])
AC_MSG_RESULT($gcc_cv_enum_bf_unsigned)
if test $gcc_cv_enum_bf_unsigned = yes; then
AC_DEFINE(ENUM_BITFIELDS_ARE_UNSIGNED, 1,
[Define if enumerated bitfields are treated as unsigned values.])