1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

r18283: libreplace.m4 needs to be early in configure.ac in other packages too

This commit is contained in:
Andrew Tridgell
2006-09-09 02:52:41 +00:00
committed by Gerald (Jerry) Carter
parent a805d8d103
commit 03f9c67c06
4 changed files with 8 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ AC_ISC_POSIX
AC_USE_SYSTEM_EXTENSIONS
AC_C_INLINE
AC_PROG_CC
AC_PROG_INSTALL
LIBREPLACE_C99_STRUCT_INIT([],[])
@@ -30,6 +31,7 @@ esac
AC_C_BIGENDIAN
AC_HEADER_STDC
AC_CHECK_SIZEOF(off_t,cross)
AC_CHECK_SIZEOF(size_t,cross)
AC_CHECK_SIZEOF(ssize_t,cross)