summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-08-22 14:35:52 +0200
committerDavid Tardon <dtardon@redhat.com>2017-08-22 14:43:38 +0200
commit500be4d302d2e663cbce64c2f0c274530d742cbe (patch)
tree311c143ed0715a91f4d549ea6938e0163f994422
parent302af8c2da58719844d22483b65a9fe5b3674684 (diff)
fix build with system libepubgen again
Change-Id: I2e994ddbb1df73e0072349ed9fe748354b707cc7
-rw-r--r--config_host/config_libepubgen.h.in2
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: */