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

r969: remove some unused checks

metze
This commit is contained in:
Stefan Metzmacher 2004-06-01 16:17:51 +00:00 committed by Gerald (Jerry) Carter
parent 9fa83ca022
commit 5357700fc5

View File

@ -11,8 +11,6 @@ if test x"$CC" = x""; then
AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/])
fi
AC_PROG_CC_STDC
# compile with optimization and without debugging by default, but
# allow people to set their own preference.
if test "x$CFLAGS" = x; then
@ -53,6 +51,3 @@ AC_CACHE_CHECK([that the C compiler understands volatile],samba_cv_volatile, [
if test x"$samba_cv_volatile" = x"yes"; then
AC_DEFINE(HAVE_VOLATILE, 1, [Whether the C compiler understands volatile])
fi
AC_C_CONST
AC_C_INLINE