summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2002-12-13 10:30:55 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-12-13 10:30:55 +0000
commit74e4cbfa75888f2bc40de7311a1bfa60f92777eb (patch)
treeb905b75e883ffea5f912054de4dea6864b149354 /configure.in
parentec900295cd0474ea7a7755a0fe52ba7fd9b3a9bf (diff)
downloadatk-74e4cbfa75888f2bc40de7311a1bfa60f92777eb.tar.gz
Rerturn 0 instead of -1 if caret is not supported. This addresses bug
2002-12-13 Padraig O'Briain <padraig.obriain@sun.com> * atk/atktext.c (atk_text_get_caret_offset): Rerturn 0 instead of -1 if caret is not supported. This addresses bug #101020. * configure.in: Use third argument of AC_DEFINE to get rid of acconfig.h.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6999fa9..fa7fc96 100644
--- a/configure.in
+++ b/configure.in
@@ -66,7 +66,8 @@ AM_INIT_AUTOMAKE(atk,$ATK_VERSION)
GETTEXT_PACKAGE=atk10
AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
+ [Define the gettext package to be used])
ALL_LINGUAS="bg cs da de en_GB es he hu ms nl no sv vi"
AM_GLIB_GNU_GETTEXT