summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
Diffstat (limited to 'xpdf')
-rw-r--r--xpdf/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index c65fa6938533..ec1c6ed7b9be 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -87,6 +87,8 @@ CONFIGURE_FLAGS+=--without-x --without-libpaper-library --without-t1-library --e
CXXFLAGS+=-malign-natural
.EXPORT: CXXFLAGS
.ENDIF
+.ELSE
+CONFIGURE_ACTION=./configure --without-libpaper-library --without-t1-library --without-x --enable-multithreaded --enable-exceptions
.ENDIF
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)