Commit f6cbf672 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 9762e8a4
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. Lwis <loewis@informatik.hu-berlin.de>
* invoke.texi: Correct grammatical errors, document
......
......@@ -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.])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment