Changeset 5732

Show
Ignore:
Timestamp:
11/07/09 07:29:32 (2 weeks ago)
Author:
balaji
Message:

Fixed help message that states that enable-strict is only for gcc,
which is no longer true.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/confdb/aclocal_cc.m4

    r5673 r5732  
    582582AC_DEFUN([PAC_ARG_STRICT],[ 
    583583AC_ARG_ENABLE(strict, 
    584 [--enable-strict  - Turn on strict compilation testing when using gcc]) 
     584[--enable-strict  - Turn on strict compilation testing]) 
    585585PAC_CC_STRICT($enable_strict) 
    586586CFLAGS="$CFLAGS $pac_cc_strict_flags"