diff options
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r-- | vcl/util/makefile.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk index 2521d1c022b3..cdeee91649ee 100644 --- a/vcl/util/makefile.pmk +++ b/vcl/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: cp $ $Date: 2000-11-17 18:29:00 $ +# last change: $Author: pluby $ $Date: 2001-01-31 23:34:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,7 +69,9 @@ GUIBASE=aqua .IF "$(BUILD_SOSL)" == "" .IF "$(USE_XPRINTER)" == "" +.IF "$(OS)" != "MACOSX" ENVCFLAGS += -DUSE_PSPRINT PSPRINT=true .ENDIF .ENDIF +.ENDIF |