diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-19 09:54:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-19 09:54:10 +0000 |
commit | 6f85f57e3fa28b7c24e3a38e234cf8bd25262665 (patch) | |
tree | 8a45ae46597d90e1125dea99ed637785b58529ac | |
parent | 8b48a2008d1ec41f73592928b57c3fbb63d88539 (diff) |
#i10000# new macro name
-rw-r--r-- | vcl/unx/gtk/a11y/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/a11y/makefile.mk b/vcl/unx/gtk/a11y/makefile.mk index bc2dc8464775..2b24b69e938f 100644 --- a/vcl/unx/gtk/a11y/makefile.mk +++ b/vcl/unx/gtk/a11y/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2008-03-06 15:07:21 $ +# last change: $Author: vg $ $Date: 2008-03-19 10:54:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ PKGCONFIG_MODULES=gtk+-2.0 CFLAGS+=-DVERSION=$(EMQ)"$(UPD)$(LAST_MINOR)$(EMQ)" -ATKVERSION:=$(shell @$(PKGCONFIG) --modversion atk | $(AWK) -v num=true -f $(SOLARENV)$/bin$/getcompver.awk) +ATKVERSION:=$(shell @$(PKG_CONFIG) --modversion atk | $(AWK) -v num=true -f $(SOLARENV)$/bin$/getcompver.awk) .IF "$(ATKVERSION)" >= "000100070000" CFLAGS+=-DHAS_ATKRECTANGLE |