mirror of https://github.com/GNOME/gimp.git
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:
parent
ba6e440442
commit
5e88b31d58
1
AUTHORS
1
AUTHORS
|
@ -36,6 +36,7 @@ Seth Burgess
|
|||
Brent Burton
|
||||
Francisco Bustamante
|
||||
Albert Cahalan
|
||||
George J. Carrette
|
||||
Sean Cier
|
||||
Winston Chang
|
||||
Kenneth Christiansen
|
||||
|
|
|
@ -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>
|
||||
|
||||
* themes/Default/images/stock-flip-horizontal-16.png:
|
||||
|
|
|
@ -27,6 +27,7 @@ static gchar *authors[] =
|
|||
"Brent Burton",
|
||||
"Francisco Bustamante",
|
||||
"Albert Cahalan",
|
||||
"George J. Carrette",
|
||||
"Sean Cier",
|
||||
"Winston Chang",
|
||||
"Kenneth Christiansen",
|
||||
|
|
|
@ -27,6 +27,7 @@ static gchar *authors[] =
|
|||
"Brent Burton",
|
||||
"Francisco Bustamante",
|
||||
"Albert Cahalan",
|
||||
"George J. Carrette",
|
||||
"Sean Cier",
|
||||
"Winston Chang",
|
||||
"Kenneth Christiansen",
|
||||
|
|
14
configure.in
14
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 <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
|
||||
######################
|
||||
|
|
|
@ -30,6 +30,7 @@ Seth Burgess
|
|||
Brent Burton
|
||||
Francisco Bustamante
|
||||
Albert Cahalan
|
||||
George J. Carrette
|
||||
Sean Cier
|
||||
Winston Chang
|
||||
Kenneth Christiansen
|
||||
|
|
Loading…
Reference in New Issue