diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 1e7dcff74..471a83974 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -62,6 +62,9 @@ /* Defines if bzip2 is compiled */ #cmakedefine HAVE_BZIP2_SUPPORT 1 +/* Defines if lzma/xz is compiled */ +#cmakedefine HAVE_XZ_SUPPORT 1 + /* Define to 1 if you have the <Carbon/Carbon.h> header file. */ #cmakedefine HAVE_CARBON_CARBON_H 1 |