Changeset 274 for branches/samba-3.3.x/source/configure.in
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/configure.in
r224 r274 5928 5928 AC_HAVE_DECL(splice, [#include <fcntl.h>]) 5929 5929 5930 ############################################ 5931 # See if we have the a broken readlink syscall. 5932 5933 AC_CACHE_CHECK([for a broken readlink syscall],samba_cv_HAVE_BROKEN_READLINK,[ 5934 AC_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 ]) 5937 if test x"$samba_cv_HAVE_BROKEN_READLINK" = x"yes"; then 5938 AC_DEFINE(HAVE_BROKEN_READLINK,1,[Whether the readlink syscall is broken]) 5939 fi 5930 5940 5931 5941 #################################################
Note:
See TracChangeset
for help on using the changeset viewer.