diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | ad3329977d4a9153832ab221f2b33738d89c3c09 (patch) | |
tree | 1f93482d55964bfc15e1a03a432e1eff75446cd7 /xpdf/makefile.mk | |
parent | af3de2fe97b05748b91214cebb1ce0fb7d0b981f (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'xpdf/makefile.mk')
-rw-r--r-- | xpdf/makefile.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk index 1fb4b374e249..a6431b587e57 100644 --- a/xpdf/makefile.mk +++ b/xpdf/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.7.4.1 $ # # This file is part of OpenOffice.org. # @@ -42,6 +42,12 @@ TARGET=xpdflib .INCLUDE: settings.mk +.IF "$(SYSTEM_POPPLER)" == "YES" +dummy: + @echo "An already available installation of poppler should exist on your system." + @echo "Therefore xpdf provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- TARFILE_NAME=xpdf-3.02 |