Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol
authorManish Singh <yosh@gimp.org>
Wed, 19 Oct 2005 18:37:48 +0000 (18:37 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 19 Oct 2005 18:37:48 +0000 (18:37 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
configure.in

index e2f047e80813b152bc5e79ae6c4671d4b011d3be..32b318848f562fdbfef42fe8f6c2e845a0d12a46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * glib/gwin32.c (g_win32_get_package_installation_directory):
index e2f047e80813b152bc5e79ae6c4671d4b011d3be..32b318848f562fdbfef42fe8f6c2e845a0d12a46 100644 (file)
@@ -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>
 
        * glib/gwin32.c (g_win32_get_package_installation_directory):
index e2f047e80813b152bc5e79ae6c4671d4b011d3be..32b318848f562fdbfef42fe8f6c2e845a0d12a46 100644 (file)
@@ -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>
 
        * glib/gwin32.c (g_win32_get_package_installation_directory):
index 99f3015eec88b3c84ac44321d583d1ccd19f1079..a02083ce60faff7660ade079d5f6539a0af972d8 100644 (file)
@@ -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