From f7730e146f86c0b6b0637bc0ed3acf6e29e5ba81 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 16 Nov 2002 01:08:46 +0000 Subject: Merge from HEAD: Remove assumption that all solaris has -lsendfile (This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2) --- 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 7a251fde83..eed258c604 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2897,7 +2897,7 @@ samba_cv_HAVE_SENDFILE=yes,samba_cv_HAVE_SENDFILE=no)]) ;; *solaris*) - LIBS="$LIBS -lsendfile" + AC_CHECK_LIB(sendfile,sendfilev) AC_CACHE_CHECK([for solaris sendfilev64 support],samba_cv_HAVE_SENDFILEV64,[ AC_TRY_LINK([\ #include ], -- cgit