~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-11-25 01:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 612.
  • Revision ID: mtaylor@bitters-20081125012852-v93e3xn33qpon6re
Fixed a few things for solaris builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
DRIZZLE_CHECK_C_VERSION
302
302
DRIZZLE_CHECK_CXX_VERSION
303
303
 
 
304
AH_TOP([
 
305
#ifdef _FILE_OFFSET_BITS
 
306
# undef _FILE_OFFSET_BITS
 
307
#endif
 
308
])
 
309
AC_SYS_LARGEFILE
 
310
 
304
311
AC_PROG_AWK
305
312
 
306
313
if test "$ac_cv_c_compiler_gnu" = "yes"