~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Merge me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, use-gnulib, require-cxx, force-gcc42)
28
28
 
29
29
# Version with no dots
30
 
AC_DEFINE([DRIZZLE_VERSION_ID],[RELEASE_ID],
 
30
AC_DEFINE([DRIZZLE_VERSION_ID],RELEASE_ID,
31
31
          [Version ID that can be easily used for numeric comparison])
32
32
 
33
33
AC_DEFINE([_BACKWARD_BACKWARD_WARNING_H],[1],[Hack to disable deprecation warning in gcc])