diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-12 19:25:06 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-12 19:25:06 +0300 |
commit | 5a3488ccac8e5dabd9fc98bc41ef178ead1b2faf (patch) | |
tree | 38c7bdcb513208484cb944e36c473341a521cbbe /include/xorg-config.h.in | |
parent | c4951e0a6b6cf3eeee710cc5cda1d9bc929ee3d7 (diff) |
configure.ac: fix execinfo.h test (Debian #363218)
Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index e43d1d13f..4a64522a7 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -109,4 +109,7 @@ /* Name of the period field in struct kbd_repeat */ #undef LNX_KBD_PERIOD_NAME +/* Have execinfo.h */ +#undef HAVE_EXECINFO_H + #endif /* _XORG_CONFIG_H_ */ |