Changeset 1698 in MondoRescue for branches/2.2.5/mondo/configure.in


Ignore:
Timestamp:
Oct 22, 2007, 1:33:59 AM (17 years ago)
Author:
Bruno Cornec
Message:

Add USB support at restore time (no test done yet). New start-usb script
PB varibale added where useful

File:
1 edited

Legend:

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

    r1695 r1698  
    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 -Wall -Wno-missing-noreturn -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
     74        CFLAGS="$CFLAGS -Wall -Wnoreturn-type -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.