mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol
2005-10-19 Manish Singh <yosh@gimp.org> * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol automatically. Fixes bug #313731.
This commit is contained in:
parent
bf58342275
commit
03e630f025
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-19 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
|
||||||
|
config.h symbol automatically. Fixes bug #313731.
|
||||||
|
|
||||||
2005-10-19 Tor Lillqvist <tml@novell.com>
|
2005-10-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-19 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
|
||||||
|
config.h symbol automatically. Fixes bug #313731.
|
||||||
|
|
||||||
2005-10-19 Tor Lillqvist <tml@novell.com>
|
2005-10-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-19 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
|
||||||
|
config.h symbol automatically. Fixes bug #313731.
|
||||||
|
|
||||||
2005-10-19 Tor Lillqvist <tml@novell.com>
|
2005-10-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
* glib/gwin32.c (g_win32_get_package_installation_directory):
|
||||||
|
@ -838,7 +838,7 @@ AC_MSG_RESULT(unsigned $glib_size_type)
|
|||||||
AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep vasprintf setenv unsetenv getc_unlocked readlink symlink)
|
AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep vasprintf setenv unsetenv getc_unlocked readlink symlink)
|
||||||
|
|
||||||
AC_CHECK_HEADERS(crt_externs.h)
|
AC_CHECK_HEADERS(crt_externs.h)
|
||||||
AC_CHECK_FUNC(_NSGetEnviron)
|
AC_CHECK_FUNCS(_NSGetEnviron)
|
||||||
|
|
||||||
AC_FUNC_VSNPRINTF_C99
|
AC_FUNC_VSNPRINTF_C99
|
||||||
AC_FUNC_PRINTF_UNIX98
|
AC_FUNC_PRINTF_UNIX98
|
||||||
|
Loading…
Reference in New Issue
Block a user