~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-02-09 20:37:58 UTC
  • mfrom: (859.1.5 devel)
  • Revision ID: brian@tangent.org-20090209203758-r34ql8fkue5u7tbm
Mrge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
AC_DEFINE_UNQUOTED([DRIZZLE_VERSION_ID],[$DRIZZLE_VERSION_ID],
87
87
                   [Version ID that can be easily used for numeric comparison])
88
88
 
 
89
AC_DEFINE([_BACKWARD_BACKWARD_WARNING_H],[1],[Hack to disable deprecation warning in gcc])
 
90
 
89
91
# The port should be constant for a LONG time
90
92
DRIZZLE_TCP_PORT_DEFAULT=4427
91
93