~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2008-10-28 13:45:31 UTC
  • Revision ID: brian@tangent.org-20081028134531-tgrxxokeago2sio5
New UUID code. Also changed default scaling for "8" core machine instead of
20 core machine.


Who the hell builds a 20 core machine? Stupid default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1360
1360
  OPTIMIZE_CXXFLAGS="-O"
1361
1361
fi
1362
1362
 
 
1363
 
 
1364
AC_CHECK_HEADERS(uuid/uuid.h)
 
1365
 
1363
1366
dnl TODO: Remove this define once we are using 2.61 across the board.
1364
1367
# AX_HEADER_ASSERT
1365
1368
# ----------------