~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-08-02 04:24:07 UTC
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802042407-cqmhit0t8s0oe5gp
Made getpagesize an automake compat LIBOBJ.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1059
1059
fi
1060
1060
 
1061
1061
AC_CONFIG_LIBOBJ_DIR([mystrings])
1062
 
AC_REPLACE_FUNCS([strtoll strstr strtoull strmov])
 
1062
AC_REPLACE_FUNCS([strtoll strstr strtoull strmov getpagesize])
1063
1063
 
1064
1064
AC_CHECK_FUNCS(bsearch \
1065
1065
  cuserid fchmod \
1069
1069
  localtime_r gethrtime gmtime_r \
1070
1070
  locking longjmp lrand48 madvise mallinfo \
1071
1071
  memmove \
1072
 
  mkstemp mlockall perror poll pread pthread_attr_create mmap mmap64 getpagesize \
 
1072
  mkstemp mlockall perror poll pread pthread_attr_create mmap mmap64 \
1073
1073
  pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \
1074
1074
  pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \
1075
1075
  pthread_key_delete pthread_rwlock_rdlock pthread_setprio \