summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 07:35:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:05 -0500
commit598aafe9b3d6302e15a6a990e911c0fd3c23f634 (patch)
tree2d7d5a9fe5429f13e73a49e8384ef915830b9c77 /source4/build/m4
parent0e5907d57cdfb0c1ce3f151161a9260c14466bd0 (diff)
downloadsamba-598aafe9b3d6302e15a6a990e911c0fd3c23f634.tar.gz
samba-598aafe9b3d6302e15a6a990e911c0fd3c23f634.tar.bz2
samba-598aafe9b3d6302e15a6a990e911c0fd3c23f634.zip
r8453: my solaris10 box doesn't have math.h
maybe sun isn't very good at maths? (This used to be commit ab67c8b2b7847ecad803dfc04a66007b8f6b4abe)
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 71cb95cac2..5998801f0c 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -56,7 +56,7 @@ AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(arpa/inet.h sys/select.h fcntl.h sys/fcntl.h sys/time.h)
AC_CHECK_HEADERS(utime.h grp.h sys/id.h limits.h memory.h net/if.h)
-AC_CHECK_HEADERS(compat.h)
+AC_CHECK_HEADERS(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(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h sys/socket.h)
AC_CHECK_HEADERS(sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h)