~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-09-05 22:55:50 UTC
  • mfrom: (373.1.9 stl-client-progs)
  • Revision ID: monty@inaugust.com-20080905225550-zco374c9s7kxwqyb
Merged removal of DYNAMIC_STRING.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1093
1093
AC_LANG_PUSH(C++)
1094
1094
# Test whether madvise() is declared in C++ code -- it is not on some
1095
1095
# systems, such as Solaris
1096
 
AC_CHECK_DECLS(madvise, [], [], [#if HAVE_SYS_MMAN_H
 
1096
AC_CHECK_DECLS([madvise], [], [], [AC_INCLUDES_DEFAULT[
 
1097
#if HAVE_SYS_MMAN_H
1097
1098
#include <sys/types.h>
1098
1099
#include <sys/mman.h>
1099
 
#endif])
 
1100
#endif
 
1101
]])
1100
1102
AC_LANG_POP()
1101
1103
 
1102
1104