~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-02-09 20:10:05 UTC
  • mto: This revision was merged to the branch mainline in revision 865.
  • Revision ID: mordred@inaugust.com-20090209201005-3rktmhciv8ao93o5
Hack to allow use of hash_map in gcc 4.3.

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