From 03e630f025458ae80f66f981f0e167780c99f654 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 19 Oct 2005 18:37:48 +0000 Subject: [PATCH] Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol 2005-10-19 Manish Singh * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol automatically. Fixes bug #313731. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ configure.in | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2f047e..32b3188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-19 Manish Singh + + * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the + config.h symbol automatically. Fixes bug #313731. + 2005-10-19 Tor Lillqvist * glib/gwin32.c (g_win32_get_package_installation_directory): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e2f047e..32b3188 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-10-19 Manish Singh + + * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the + config.h symbol automatically. Fixes bug #313731. + 2005-10-19 Tor Lillqvist * glib/gwin32.c (g_win32_get_package_installation_directory): diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e2f047e..32b3188 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-10-19 Manish Singh + + * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the + config.h symbol automatically. Fixes bug #313731. + 2005-10-19 Tor Lillqvist * glib/gwin32.c (g_win32_get_package_installation_directory): diff --git a/configure.in b/configure.in index 99f3015..a02083c 100644 --- a/configure.in +++ b/configure.in @@ -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_HEADERS(crt_externs.h) -AC_CHECK_FUNC(_NSGetEnviron) +AC_CHECK_FUNCS(_NSGetEnviron) AC_FUNC_VSNPRINTF_C99 AC_FUNC_PRINTF_UNIX98 -- 2.7.4