Ticket #40765: patch-configure.in.diff

File patch-configure.in.diff, 203 bytes (added by fgp (Florian G. Pflug), 11 years ago)

Patch to remove "-Werror"

  • configure.in

    old new dnl 
    181181
    182182dnl
    183183if test "x$GCC" = "xyes"; then
    184         CFLAGS="-Wall -Werror"
    185184        if test "x$use_debug" = "xYes"; then
    186185           CFLAGS="$CFLAGS -g -O0"
    187186        fi