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
|
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
|
||||||
|
@ -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:
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
14
configure.in
14
configure.in
@ -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
|
||||||
######################
|
######################
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user