diff options
author | obo <obo@openoffice.org> | 2010-06-24 11:59:00 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-24 11:59:00 +0200 |
commit | 9007f7daac4b78d38b1c7fcf8795f1f167b1d8fe (patch) | |
tree | 8ca46c09223f297ca8fadfc65b8767d3b2983ef0 /soltools/cpp | |
parent | 74150154b1c933a6cf03a9b0e3c6ec9866344e31 (diff) |
masterfix: #i10000# change HAVE_GETOPT to != YES
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk index c0ddef2814d5..533cf9a91ab7 100644 --- a/soltools/cpp/makefile.mk +++ b/soltools/cpp/makefile.mk @@ -55,7 +55,7 @@ OBJFILES= \ # nonstandard cpp options needed for Mac (-isysroot), # needs the custom stgetopt defined here :/ -.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" == "" +.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" != "YES" OBJFILES += $(OBJ)$/_getopt.obj .ENDIF .IF "$(HAVE_GETOPT)" == "YES" |