Ticket #39033: patch-configure.diff
File patch-configure.diff, 1.1 KB (added by Ionic (Mihai Moldovan), 12 years ago) |
---|
-
configure
old new 20740 20740 ###################################################################### 20741 20741 ##### Twiddle CFLAGS ################################################# 20742 20742 ###################################################################### 20743 CFLAGS="${CFLAGS} -Wall - Werror -std=c99 -Wmissing-prototypes"20743 CFLAGS="${CFLAGS} -Wall -std=c99 -Wmissing-prototypes" 20744 20744 20745 20745 20746 20746 ###################################################################### -
configure.in
old new 39 39 ###################################################################### 40 40 ##### Twiddle CFLAGS ################################################# 41 41 ###################################################################### 42 CFLAGS="${CFLAGS} -Wall - Werror -std=c99 -Wmissing-prototypes"42 CFLAGS="${CFLAGS} -Wall -std=c99 -Wmissing-prototypes" 43 43 44 44 45 45 ######################################################################