diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-30 23:02:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-30 23:02:41 +0200 |
| commit | a7538371fec595641bed2d5e2d92e5ae2ce89b94 (patch) | |
| tree | f115ab0f9e90cbbf3c1d4a09cc4839c7de4fa1c1 /config | |
| parent | 5cd68b39003dc51c5b80147d689cf7e8b67443b0 (diff) | |
| download | rneovim-a7538371fec595641bed2d5e2d92e5ae2ce89b94.tar.gz rneovim-a7538371fec595641bed2d5e2d92e5ae2ce89b94.tar.bz2 rneovim-a7538371fec595641bed2d5e2d92e5ae2ce89b94.zip | |
build: linux does not always have execinfo.h (#7101)
Closes #7099
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.h.in b/config/config.h.in index f26b5a50a8..962eefd7a7 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -68,4 +68,6 @@ #cmakedefine ORDER_BIG_ENDIAN #define ENDIAN_INCLUDE_FILE <@ENDIAN_INCLUDE_FILE@> +#cmakedefine HAVE_EXECINFO_BACKTRACE + #endif // AUTO_CONFIG_H |