Fix #359: Incorrect build due to false negative configure checks
commita565553a94750da31986769d3407be9ce16507ff
authorStefan Becker <chemobejk@gmail.com>
Tue, 15 Oct 2019 06:27:33 +0000 (15 09:27 +0300)
committerStefan Becker <chemobejk@gmail.com>
Tue, 15 Oct 2019 06:27:33 +0000 (15 09:27 +0300)
tree1942977a0ca396a080ae967994fe2388b3dd9615
parentf7211c3d4baef88272b402499c1eacadca066104
Fix #359: Incorrect build due to false negative configure checks

We must not include QUALITY_CFLAGS, which can include -Werror, in CFLAGS
during configure run, because it can cause false negative configure
checks. QUALITY_CFLAGS should only affect compiling SIPE code itself.
ChangeLog
configure.ac