diff options
author | Kudlaty <none@none> | 2009-07-25 02:19:16 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-07-25 02:19:16 +0200 |
commit | 6998d0185c22e94ad0d407821842dbb979472b40 (patch) | |
tree | c437652d4603907883062204d17aec3b82daf4dc /config.h.cmake | |
parent | 370b38312ac1e51e244e1936cb493f6101b73ea6 (diff) |
Fix build with old ACE lib
But anyway, you should update your ACE lib
--HG--
branch : trunk
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 0b52561a702..2442e1779c0 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1 +1,6 @@ -#cmakedefine HAVE_STACK_TRACE_H 1 +#ifndef HAVE_CONFIG_H +#define HAVE_CONFIG_H + +#cmakedefine HAVE_ACE_STACK_TRACE_H + +#endif HAVE_CONFIG_H |