Automated update

This commit is contained in:
leaf%mozilla.org 2002-06-28 06:25:47 +00:00
parent 4190d68df3
commit 76393d7f5a

7
configure vendored
View File

@ -14086,6 +14086,13 @@ EOF
fi
if test "$ACCESSIBILITY" -a "$MOZ_ENABLE_GTK2" ; then
cat >> confdefs.h <<\EOF
#define MOZ_ACCESSIBILITY_ATK 1
EOF
fi
# Used for LD_LIBRARY_PATH of run_viewer target
LIBS_PATH=
for lib_arg in $NSPR_LIBS $TK_LIBS; do