Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/configure.in

    r224 r274  
    59285928AC_HAVE_DECL(splice, [#include <fcntl.h>])
    59295929
     5930############################################
     5931# See if we have the a broken readlink syscall.
     5932
     5933AC_CACHE_CHECK([for a broken readlink syscall],samba_cv_HAVE_BROKEN_READLINK,[
     5934AC_TRY_RUN([#include "${srcdir-.}/../tests/readlink.c"],
     5935        samba_cv_HAVE_BROKEN_READLINK=no,samba_cv_HAVE_BROKEN_READLINK=yes,samba_cv_HAVE_BROKEN_READLINK=cross)
     5936])
     5937if test x"$samba_cv_HAVE_BROKEN_READLINK" = x"yes"; then
     5938        AC_DEFINE(HAVE_BROKEN_READLINK,1,[Whether the readlink syscall is broken])
     5939fi
    59305940
    59315941#################################################
Note: See TracChangeset for help on using the changeset viewer.