Fix autotools build.
authorPeter Collingbourne <pcc@google.com>
Thu, 23 Jun 2016 01:34:48 +0000 (18:34 -0700)
committerPeter Collingbourne <pcc@google.com>
Thu, 23 Jun 2016 01:48:32 +0000 (18:48 -0700)
commit8e98eb2a5a68fe9d5b710e7ef176126cd8e395ef
treea922e522d8f4ec3a6a4c43179ba848c21a5ab7ce
parentde6149ef8e67b064a433a8b88924fa9f606ad5d5
Fix autotools build.

It looks like commit 3c49b93 modified the auto-generated file src/config.h.in
to add a definition of macro GOOGLE_GLOG_DLL_DECL. One of the autotools
reverts this change upon running "make", causing the build to fail when a
source file includes demangle.h.

To fix the problem, revert the change to src/config.h.in and include
glog/logging.h from demangle.h which provides a definition of that macro.
src/config.h.in
src/demangle.h