mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Automated update from host egg
This commit is contained in:
parent
a8f8e204ca
commit
3e2d6ab54c
16
configure
vendored
16
configure
vendored
@ -20481,6 +20481,22 @@ fi
|
||||
if test "$ACCESSIBILITY" -a "$MOZ_ENABLE_GTK2" ; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define MOZ_ACCESSIBILITY_ATK 1
|
||||
EOF
|
||||
|
||||
ATK_FULL_VERSION=`$PKG_CONFIG --modversion atk`
|
||||
ATK_MAJOR_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $1 }'`
|
||||
ATK_MINOR_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $2 }'`
|
||||
ATK_REV_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $3 }'`
|
||||
cat >> confdefs.h <<EOF
|
||||
#define ATK_MAJOR_VERSION $ATK_MAJOR_VERSION
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
#define ATK_MINOR_VERSION $ATK_MINOR_VERSION
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
#define ATK_REV_VERSION $ATK_REV_VERSION
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user