diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-10 09:38:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-10 09:56:23 +0300 |
commit | 46ddcbbe2a4b2e97770f2c962c6450a48f539cd9 (patch) | |
tree | 9b9d97672d9b4b58fca5eb497c4015a320d18348 /sdext | |
parent | cd40d2ba9e8ed17cc870606b17ac2dffceb2813d (diff) |
Normalize ENABLE_PDFIMPORT: TRUE or empty
Change-Id: I962b37757dbf3569df73e70ae2d7c666d7cdf43e
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/xpdftest/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |