diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index b01a1e6d..6f270a60 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,8 +1,9 @@ #ifndef CONFIG_H #define CONFIG_H - + #cmakedefine METEOR_JAR "@METEOR_JAR@" #cmakedefine HAVE_ZLIB @HAVE_ZLIB@ #cmakedefine HAVE_BZLIB @HAVE_BZLIB@ +#cmakedefine HAVE_XZLIB @HAVE_XZLIB@ #endif // CONFIG_H |