diff --git a/AUTHORS b/AUTHORS index 754d154edf..41f247cbfa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,6 +36,7 @@ Seth Burgess Brent Burton Francisco Bustamante Albert Cahalan +George J. Carrette Sean Cier Winston Chang Kenneth Christiansen diff --git a/ChangeLog b/ChangeLog index ad5748c99d..ee17e1ef65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-05-19 Manish Singh + + * configure.in: remove glibconfig.h inline check, it hasn't worked + for a long time. + + * tools/authorsgen/contributors: added George J. Carrette, author of + SIOD. + 2003-05-19 Jakub Steiner * themes/Default/images/stock-flip-horizontal-16.png: diff --git a/app/dialogs/authors.h b/app/dialogs/authors.h index b1bd39fabb..f22e2886dc 100644 --- a/app/dialogs/authors.h +++ b/app/dialogs/authors.h @@ -27,6 +27,7 @@ static gchar *authors[] = "Brent Burton", "Francisco Bustamante", "Albert Cahalan", + "George J. Carrette", "Sean Cier", "Winston Chang", "Kenneth Christiansen", diff --git a/app/gui/authors.h b/app/gui/authors.h index b1bd39fabb..f22e2886dc 100644 --- a/app/gui/authors.h +++ b/app/gui/authors.h @@ -27,6 +27,7 @@ static gchar *authors[] = "Brent Burton", "Francisco Bustamante", "Albert Cahalan", + "George J. Carrette", "Sean Cier", "Winston Chang", "Kenneth Christiansen", diff --git a/configure.in b/configure.in index b9ab35f824..50c7eee7dd 100644 --- a/configure.in +++ b/configure.in @@ -230,20 +230,6 @@ dnl check some more funcs AC_CHECK_FUNCS(difftime putenv mmap) -dnl check for inline -AC_MSG_CHECKING([for inline definition in glibconfig.h]) -AC_EGREP_CPP(glib_defines_inline, -[#include -#ifdef inline - glib_defines_inline -#endif -], have_glib_inline=yes, have_glib_inline=no) -AC_MSG_RESULT($have_glib_inline) -if test "$have_glib_inline" = "no"; then - AC_C_INLINE -fi - - ###################### # Internationalisation ###################### diff --git a/tools/authorsgen/contributors b/tools/authorsgen/contributors index 711607a7bc..f1ffe793f4 100644 --- a/tools/authorsgen/contributors +++ b/tools/authorsgen/contributors @@ -30,6 +30,7 @@ Seth Burgess Brent Burton Francisco Bustamante Albert Cahalan +George J. Carrette Sean Cier Winston Chang Kenneth Christiansen