Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 9 Aug 2011 19:49:08 +0000 (19:49 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 9 Aug 2011 19:49:08 +0000 (19:49 +0000)
commitb2cde42334d2111d70d8577794be507c16b42eb4
tree49402ea6d004e90494cb0c62c911082b2e8d9d8e
parentbbfcb7caf0bea5262f879434ee408ec3cbcf0421
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :

When testing if we can add things to LDFLAGS, don't set LDFLAGS to CFLAGS
if the test determines that the flag cannot be added to LDFLAGS.

(Simple typo: LDFLAGS_saved was being set to CFLAGS instead of LDFLAGS.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38434 f5534014-38df-0310-8fa8-9805f1628bb7
acinclude.m4