From e53aa4700fdcc966d9b2de0f0d82495b7b69cbfc Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 27 Oct 2004 17:03:09 +0000 Subject: r3292: A fix from Narayana Pattipati for Solaris to ensure we distinguish properly between 5.1 and 5.10. (This used to be commit 96baa5bb6c908fa5e870d86d3f380fd368ada658) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index df78765559..83d12d5c90 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -460,7 +460,7 @@ case "$host_os" in *solaris*) AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility]) case `uname -r` in - 5.0*|5.1*|5.2*|5.3*|5.5*) + 5.0|5.0.*|5.1|5.1.*|5.2|5.2.*|5.3|5.3.*|5.5|5.5.*) AC_MSG_RESULT([no large file support]) ;; 5.*) -- cgit