summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-24 14:09:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:16 -0500
commite2e3a8e007ac2a9533f4205622a6e17d57845fcc (patch)
tree1480089739669eabb9cdd75f800b1a922a419f88 /source4/build/m4
parentd6687d1b87bffb1079ded20cc31e4a507f551b44 (diff)
downloadsamba-e2e3a8e007ac2a9533f4205622a6e17d57845fcc.tar.gz
samba-e2e3a8e007ac2a9533f4205622a6e17d57845fcc.tar.bz2
samba-e2e3a8e007ac2a9533f4205622a6e17d57845fcc.zip
r15200: Move MIN/MAX macros to libreplace as some systems have them
in sys/param.h (This used to be commit 3f0396aade82a92a375275059baf8500de1b23f0)
Diffstat (limited to 'source4/build/m4')
-rw-r--r--source4/build/m4/rewrite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 9771dabfa6..e6709f0727 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -53,7 +53,7 @@ AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(sys/select.h fcntl.h sys/fcntl.h sys/time.h stdarg.h)
AC_CHECK_HEADERS(utime.h grp.h sys/id.h limits.h compat.h math.h)
-AC_CHECK_HEADERS(sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/ipc.h sys/mode.h)
+AC_CHECK_HEADERS(ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/ipc.h sys/mode.h)
AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h)
AC_CHECK_HEADERS(sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h)
AC_CHECK_HEADERS(fnmatch.h pwd.h sys/termio.h sys/time.h)