Changeset 87 in MondoRescue for trunk/mondo/configure.in


Ignore:
Timestamp:
Oct 27, 2005, 10:03:00 PM (19 years ago)
Author:
bcornec
Message:
  • Now use -Wall to compile
  • asprintf for newt-specific.c
  • Bug in libmondo-string.c line 1120: if we use %% in this format, then the percentage is printeed wrongly (after the real percentage we have a huge number)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/configure.in

    r41 r87  
    8989    #x86_64*)
    9090        ARCH=i386
    91         CPPFLAGS="$CPPFLAGS -D__IA32__"
     91        CPPFLAGS="$CPPFLAGS -D__IA32__ -Wall"
    9292        ;;
    9393    ia64*)
    9494        ARCH=ia64
    95         CPPFLAGS="$CPPFLAGS -D__IA64__"
     95        CPPFLAGS="$CPPFLAGS -D__IA64__ -Wall"
    9696        ;;
    9797    *)
     
    140140AC_TYPE_SIGNAL
    141141AC_FUNC_VPRINTF
    142 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr])
     142AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr getline asprintf trunc vasprintf])
    143143
    144144if test -n "$qt_includes"; then
Note: See TracChangeset for help on using the changeset viewer.