diff options
author | David Tardon <dtardon@redhat.com> | 2017-08-22 14:35:52 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-08-22 14:43:38 +0200 |
commit | 500be4d302d2e663cbce64c2f0c274530d742cbe (patch) | |
tree | 311c143ed0715a91f4d549ea6938e0163f994422 /config_host | |
parent | 302af8c2da58719844d22483b65a9fe5b3674684 (diff) |
fix build with system libepubgen again
Change-Id: I2e994ddbb1df73e0072349ed9fe748354b707cc7
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: */ |