From 46ddcbbe2a4b2e97770f2c962c6450a48f539cd9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Oct 2013 09:38:58 +0300 Subject: Normalize ENABLE_PDFIMPORT: TRUE or empty Change-Id: I962b37757dbf3569df73e70ae2d7c666d7cdf43e --- sdext/source/pdfimport/xpdftest/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext/source/pdfimport/xpdftest') diff --git a/sdext/source/pdfimport/xpdftest/makefile.mk b/sdext/source/pdfimport/xpdftest/makefile.mk index bb9fed8286c8..84d26dda49ae 100644 --- a/sdext/source/pdfimport/xpdftest/makefile.mk +++ b/sdext/source/pdfimport/xpdftest/makefile.mk @@ -26,7 +26,7 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE: settings.mk -.IF "$(ENABLE_PDFIMPORT)" == "FALSE" +.IF "$(ENABLE_PDFIMPORT)" != "TRUE" @all: @echo "PDF Import extension disabled." .ENDIF -- cgit