From 500be4d302d2e663cbce64c2f0c274530d742cbe Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 22 Aug 2017 14:35:52 +0200 Subject: fix build with system libepubgen again Change-Id: I2e994ddbb1df73e0072349ed9fe748354b707cc7 --- config_host/config_libepubgen.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_host') 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: */ -- cgit