just a small indent change
authorDave Andreoli <dave@gurumeditation.it>
Thu, 9 Jun 2016 10:54:26 +0000 (12:54 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Thu, 9 Jun 2016 10:54:26 +0000 (12:54 +0200)
configure.ac

index 7f0a8bd..676624f 100644 (file)
@@ -2862,8 +2862,7 @@ have_rsvg="no"
 
 ### Check needed dependency for each generic loader
 if test "x${want_poppler}" = "xyes"; then
-   PKG_CHECK_MODULES([POPPLER], [poppler >= 0.12],
-                     [have_poppler="yes"])
+   PKG_CHECK_MODULES([POPPLER], [poppler >= 0.12], [have_poppler="yes"])
 
    PKG_CHECK_EXISTS([poppler >= 0.20],
                     [AC_DEFINE(HAVE_POPPLER_020, 1, [Have poppler at least 0.20])])