]> arthur.barton.de Git - netatalk.git/commitdiff
Disable sendfile() on Solaris for now, there's a bug somewhere
authorFrank Lahm <franklahm@googlemail.com>
Wed, 23 Nov 2011 11:45:14 +0000 (12:45 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 23 Nov 2011 11:45:14 +0000 (12:45 +0100)
configure.ac

index af08757c6ac4dc54b1b6170debfdf014c14ce904..0c711b14856fd1cbe2f376a331c1bc22b7af8131 100644 (file)
@@ -838,6 +838,8 @@ if test x"$netatalk_cv_search_sendfile" = x"yes"; then
         AC_DEFINE(SENDFILE_FLAVOR_SOLARIS, 1, [Solaris sendfile()])
         AC_SEARCH_LIBS(sendfile, sendfile)
         AC_CHECK_FUNC([sendfile], [netatalk_cv_HAVE_SENDFILE=yes])
+dnl -- there's a bug somewhere, disable for now
+        netatalk_cv_HAVE_SENDFILE=no
         ;;
 
     *freebsd*)