Kaydet (Commit) b3acc294 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix --disable-pdfimport build

Change-Id: I932f584ef3c054abe738d59e9957c3a40be1d2c9
üst 53cdabd6
...@@ -5,6 +5,8 @@ Settings for poppler header file dection ...@@ -5,6 +5,8 @@ Settings for poppler header file dection
#ifndef CONFIG_POPPLER_H #ifndef CONFIG_POPPLER_H
#define CONFIG_POPPLER_H #define CONFIG_POPPLER_H
#define ENABLE_PDFIMPORT 0
#define HAVE_POPPLER_VERSION_H 0 #define HAVE_POPPLER_VERSION_H 0
#endif #endif
...@@ -10453,6 +10453,7 @@ if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o "$enable_ ...@@ -10453,6 +10453,7 @@ if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o "$enable_
BUILD_TYPE="$BUILD_TYPE POPPLER" BUILD_TYPE="$BUILD_TYPE POPPLER"
AC_DEFINE([HAVE_POPPLER_VERSION_H], 1) AC_DEFINE([HAVE_POPPLER_VERSION_H], 1)
fi fi
AC_DEFINE([ENABLE_PDFIMPORT],1)
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi