~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Removed non-fcntl code and made it a fatal configure error if it's not there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
944
944
AC_FUNC_UTIME_NULL
945
945
AC_FUNC_VPRINTF
946
946
 
 
947
AC_CHECK_FUNCS(fcntl)
 
948
if test "x$ac_cv_func_fcntl" != "xyes"
 
949
then
 
950
  AC_MSG_ERROR("Drizzle requires fcntl.")
 
951
fi
 
952
 
947
953
AC_CHECK_FUNCS(bcmp bfill bmove bsearch bzero \
948
 
  cuserid fchmod fcntl \
 
954
  cuserid fchmod \
949
955
  fdatasync finite fpresetsticky fpsetmask fsync ftruncate \
950
956
  getcwd getpass getpassphrase getpwnam \
951
957
  getpwuid getrlimit getrusage getwd index initgroups isnan \