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 e2f047e..32b3188 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 e2f047e..32b3188 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 e2f047e..32b3188 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 99f3015..a02083c 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