[gnome-commander] Fix poppler disabling option



commit fe2cab7f224be931142f35f53cd2e5a57fdd440e
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Sat Aug 12 18:51:38 2017 +0200

    Fix poppler disabling option
    
    Signed-off-by: Uwe Scholz <uwescholz src gnome org>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 98ae119..773e414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ fi
 
 
 dnl Check for poppler support
-AC_ARG_WITH([poppler], [AS_HELP_STRING([--with-poppler], [disable PDF support])])
+AC_ARG_WITH([poppler], [AS_HELP_STRING([--without-poppler], [disable PDF support])])
 have_pdf=no
 if test x$with_poppler != xno; then
     PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQ, have_pdf=yes, have_pdf=no)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]