configure.ac, wireshark/Makefile.am: Leave CFLAGS and CPPFLAGS to user.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 Jan 2012 01:19:03 +0000 (01:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 24 Jan 2012 01:49:15 +0000 (01:49 +0000)
commitb90b8384b6f7cfbcca88b05505a2fb15e9e3bc4e
tree7a73dd3593aacb9e7323f158adb0941b5980e5a1
parent2bbdcefb05942b804b0e4097c14619bd9789e89d
configure.ac, wireshark/Makefile.am: Leave CFLAGS and CPPFLAGS to user.

Only fiddle with AM_CFLAGS, so that users can use CFLAGS to do stuff
like set debugging and fiddle with optimization settings.  This turns
out to be a bit fiddly because Autoconf doesn't really understand this
stuff.
configure.ac
wireshark/Makefile.am