diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-27 23:39:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-27 23:39:53 +0100 |
commit | aafe9ca1aa829f64d4bad1df3ee1d5997fb17d71 (patch) | |
tree | 78a9821d77bd96a523d46ecad8a3e13e20b5756f /lib/replace/libreplace.m4 | |
parent | 807b862bc9a9f34feb14d54344c6818b8febefbc (diff) | |
download | samba-aafe9ca1aa829f64d4bad1df3ee1d5997fb17d71.tar.gz samba-aafe9ca1aa829f64d4bad1df3ee1d5997fb17d71.tar.xz samba-aafe9ca1aa829f64d4bad1df3ee1d5997fb17d71.zip |
Fix definition of environ on Mac OS X (bugzilla: #5412).
Diffstat (limited to 'lib/replace/libreplace.m4')
-rw-r--r-- | lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4 index 5e13d4a47ec..6f1543863a6 100644 --- a/lib/replace/libreplace.m4 +++ b/lib/replace/libreplace.m4 @@ -222,6 +222,7 @@ AC_CHECK_TYPE(comparison_fn_t, AC_HAVE_DECL(setenv, [#include <stdlib.h>]) AC_CHECK_FUNCS(setenv unsetenv) +AC_HAVE_DECL(environ, [#include <unistd.h>]) AC_CHECK_FUNCS(strnlen) AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq) |