summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-19 09:25:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-19 09:25:09 +0000
commit08e750a63ec752bc7766b506e0cc1191d811b23b (patch)
treea122dd34479377a2505e22a420135f05d93581b3 /scp2
parent00b169c409a27b1339645f86789f5b77cd9d76e2 (diff)
#i10000# CWS sb83 changed 'PKGCONFIG' into 'PKG_CONFIG' (in solenv/inc/pkg_config.mk).
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 648a4dbfdb05..168e55b7624c 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.63 $
+# $Revision: 1.64 $
#
-# last change: $Author: vg $ $Date: 2008-03-18 13:30:07 $
+# last change: $Author: rt $ $Date: 2008-03-19 10:25:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,7 +68,7 @@ SCPDEFS+=-DPROF_EDITION
SCPDEFS+=-DENABLE_GTK
PKGCONFIG_MODULES=gtk+-2.0
.INCLUDE: pkg_config.mk
-GTK_TWO_FOUR=$(shell @+-$(PKGCONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
+GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
.IF "$(GTK_TWO_FOUR)" != ""
SCPDEFS+=-DGTK_TWO_FOUR
.ENDIF