diff options
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_libepubgen.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_libepubgen.h.in b/config_host/config_libepubgen.h.in index 7219082449c6..884541617f44 100644 --- a/config_host/config_libepubgen.h.in +++ b/config_host/config_libepubgen.h.in @@ -11,6 +11,6 @@ */ // Defined if libepubgen supports setting EPUB version (devel. only) -#undef LIBEPUBGEN_VERSION_SUPPORT +#define LIBEPUBGEN_VERSION_SUPPORT 0 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |