Changeset 487 in MondoRescue


Ignore:
Timestamp:
Apr 19, 2006, 1:39:48 AM (18 years ago)
Author:
bcornec
Message:

-Wall is now the rule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/configure.in

    r486 r487  
    7272        AC_CHECK_LIB(pthread, pthread_create, true, [echo "*** Cannot find -lpthread."; echo "*** Please make sure you have the linuxthreads glibc add-on installed."; exit 1])
    7373        PTHREAD="-lpthread"
    74         CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
     74        CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
    7575        ;;
    7676    *)
Note: See TracChangeset for help on using the changeset viewer.