1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r7895: hopefully this will fix the popt build on solaris

This commit is contained in:
Andrew Tridgell 2005-06-25 03:18:22 +00:00 committed by Gerald (Jerry) Carter
parent ac807d0aef
commit 8f0b4ece48

View File

@ -11,6 +11,8 @@ if test x"$CC" = x""; then
AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/])
fi
AC_C_INLINE
dnl needed before AC_TRY_COMPILE
AC_ISC_POSIX