summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-10-19 18:38:48 +0000
committerManish Singh <yosh@src.gnome.org>2005-10-19 18:38:48 +0000
commitfd02b2717bfc416453d199ff00df6e40be50bb83 (patch)
tree9f57450ef4cdc976c3a0811ea82b83b874286301
parent77d1b9697160d50481db8b94593894bf4f08845b (diff)
downloadglib-fd02b2717bfc416453d199ff00df6e40be50bb83.tar.gz
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.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-125
-rw-r--r--configure.in2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 114191b67..f64945ea5 100644
--- 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):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 114191b67..f64945ea5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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):
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 114191b67..f64945ea5 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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):
diff --git a/configure.in b/configure.in
index 73fc576f7..60b17c663 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