summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-01-22 18:10:20 +0000
committerJeremy Allison <jra@samba.org>2001-01-22 18:10:20 +0000
commitea05e9be70a54259bc0321d57e4aa7b3c6423d52 (patch)
treebb20c20299e69f37ae73b094b0844edecf26c154 /source/configure.in
parentc7a6dc40fac0c6b5e979c470996d4a2bdeb587c5 (diff)
downloadsamba-ea05e9be70a54259bc0321d57e4aa7b3c6423d52.tar.gz
samba-ea05e9be70a54259bc0321d57e4aa7b3c6423d52.tar.xz
samba-ea05e9be70a54259bc0321d57e4aa7b3c6423d52.zip
Fixes to sync up with appliance-head. Fix from Kenichi Okuyama for a typo
in loadparm.c Removed extra \n in configure. Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index a40c9c7de9f..34c5da78cc0 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1905,7 +1905,7 @@ fi
# If we don't have all of these then disable large
# file support.
#
-echo "checking if large file support can be enabled"
+AC_MSG_CHECKING(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>