Changeset 1012


Ignore:
Timestamp:
09/21/06 13:54:19 (7 years ago)
Author:
perry
Message:

Always compile with -Wall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1005 r1012  
    4747AC_HEADER_TIME 
    4848AC_SYS_LARGEFILE 
     49 
     50if test "$GCC" = "yes"; then 
     51        CFLAGS="$CFLAGS -Wall" 
     52fi 
    4953 
    5054AC_PROG_LIBTOOL 
Note: See TracChangeset for help on using the changeset viewer.