• Peter Collingbourne's avatar
    Fix autotools build. · 8e98eb2a
    Peter Collingbourne authored
    It looks like commit 3c49b932 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.
    8e98eb2a
demangle.h 3.53 KB