summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-12-08 03:44:52 +0000
committerTim Potter <tpot@samba.org>2000-12-08 03:44:52 +0000
commit693f23a5cc6a5716c4609a15acc05aaf141551ab (patch)
treef6f5535ef10124353da8a93e98f009368f37f557 /source3/configure.in
parent3478427f2e5ab634d61e6863f41bba84cce8d05e (diff)
downloadsamba-693f23a5cc6a5716c4609a15acc05aaf141551ab.tar.gz
samba-693f23a5cc6a5716c4609a15acc05aaf141551ab.tar.bz2
samba-693f23a5cc6a5716c4609a15acc05aaf141551ab.zip
Cosmetic fixups for large file support message.
(This used to be commit 671be482212634b9c1de40891032180fbc1d49ba)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4b6119c9ef..c11268f343 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1885,7 +1885,7 @@ fi
# If we don't have all of these then disable large
# file support.
#
-AC_MSG_CHECKING([checking if large file support can be enabled])
+AC_MSG_CHECKING([if large file support can be enabled])
AC_TRY_COMPILE([
#if defined(HAVE_LONGLONG) && (defined(HAVE_OFF64_T) || (defined(SIZEOF_OFF_T) && (SIZEOF_OFF_T == 8)))
#include <sys/types.h>
@@ -1896,11 +1896,9 @@ __COMPILE_ERROR_
[int i],
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes,samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=no)
if test x"$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT" = x"yes"; then
- AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_EXPLICIT_LARGEFILE_SUPPORT)
-else
- AC_MSG_RESULT(no)
fi
+AC_MSG_RESULT([$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT])
AC_ARG_WITH(spinlocks, [ --with-spinlocks use spin locks instead of fcntl locks ])
if test "x$with_spinlocks" = "xyes"; then