Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-djvu.cc
index 99eb761..1b8c70d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20019 - The Geeqie Team
+ * Copyright (C) 2019 - The Geeqie Team
  *
  * Author: Colin Clark
  *
 
 #include "image-load-djvu.h"
 
-#include <config.h>
-
-#if HAVE_DJVU
-
 #include <cairo.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <glib-object.h>
@@ -172,5 +168,4 @@ std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_djvu()
        return std::make_unique<ImageLoaderDJVU>();
 }
 
-#endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */