remove glibconfig.h inline check, it hasn't worked for a long time.

2003-05-19  Manish Singh  <yosh@gimp.org>

        * 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.
This commit is contained in:
Manish Singh 2003-05-19 07:04:46 +00:00 committed by Manish Singh
parent ba6e440442
commit 5e88b31d58
6 changed files with 12 additions and 14 deletions

View File

@ -36,6 +36,7 @@ Seth Burgess
Brent Burton Brent Burton
Francisco Bustamante Francisco Bustamante
Albert Cahalan Albert Cahalan
George J. Carrette
Sean Cier Sean Cier
Winston Chang Winston Chang
Kenneth Christiansen Kenneth Christiansen

View File

@ -1,3 +1,11 @@
2003-05-19 Manish Singh <yosh@gimp.org>
* 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 <jimmac@ximian.com> 2003-05-19 Jakub Steiner <jimmac@ximian.com>
* themes/Default/images/stock-flip-horizontal-16.png: * themes/Default/images/stock-flip-horizontal-16.png:

View File

@ -27,6 +27,7 @@ static gchar *authors[] =
"Brent Burton", "Brent Burton",
"Francisco Bustamante", "Francisco Bustamante",
"Albert Cahalan", "Albert Cahalan",
"George J. Carrette",
"Sean Cier", "Sean Cier",
"Winston Chang", "Winston Chang",
"Kenneth Christiansen", "Kenneth Christiansen",

View File

@ -27,6 +27,7 @@ static gchar *authors[] =
"Brent Burton", "Brent Burton",
"Francisco Bustamante", "Francisco Bustamante",
"Albert Cahalan", "Albert Cahalan",
"George J. Carrette",
"Sean Cier", "Sean Cier",
"Winston Chang", "Winston Chang",
"Kenneth Christiansen", "Kenneth Christiansen",

View File

@ -230,20 +230,6 @@ dnl check some more funcs
AC_CHECK_FUNCS(difftime putenv mmap) 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 <glibconfig.h>
#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 # Internationalisation
###################### ######################

View File

@ -30,6 +30,7 @@ Seth Burgess
Brent Burton Brent Burton
Francisco Bustamante Francisco Bustamante
Albert Cahalan Albert Cahalan
George J. Carrette
Sean Cier Sean Cier
Winston Chang Winston Chang
Kenneth Christiansen Kenneth Christiansen