summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 10:43:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 10:43:30 +0000
commit80fe8e5d29abc3e8a654189abdf9960e5ee23388 (patch)
treeb58ed0bfc6d08d709b6199174c38c8baf9d5b301 /fpicker/source
parent23d9e9d577a6de14171e07e438921e55c5123c7c (diff)
INTEGRATION: CWS sb86 (1.11.2); FILE MERGED
2008/03/25 14:04:25 sb 1.11.2.1: #i87283# previously missed PKGCONFIG -> PKG_CONFIG
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/unx/gnome/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/makefile.mk b/fpicker/source/unx/gnome/makefile.mk
index df55f9babe8d..2c0f42cafc29 100644
--- a/fpicker/source/unx/gnome/makefile.mk
+++ b/fpicker/source/unx/gnome/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
# This file is part of OpenOffice.org.
#
@@ -59,7 +59,7 @@ GTK_TWO_FOUR:=$(shell @$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo ok)
dummy:
@echo "Cannot build gtk filepicker because"
- @$(PKGCONFIG) --print-errors --exists 'gtk+-2.0 >= 2.4.0'
+ @$(PKG_CONFIG) --print-errors --exists 'gtk+-2.0 >= 2.4.0'
.ELSE