~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ac

  • Committer: Stewart Smith
  • Date: 2009-03-04 22:49:53 UTC
  • mto: (910.4.2 sparc) (908.3.6 work)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: stewart@flamingspork.com-20090304224953-b2ow237kc1bkp0o0
for getopt, replace GET_ULONG with GET_UINT32.

Don't replace for sql variables (yet). instead just indicated the intense source of fail with GET_ULONG_IS_FAIL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[test "$GCC" = "yes"]
2
 
AS_IF([test "$GCC" = "yes" -a "$INTELCC" = "no"],[
3
 
  PBXT_EXTRA_CXXFLAGS="-Wno-overloaded-virtual -Wno-sign-compare -Wno-unused-function"
4
 
  AC_SUBST(PBXT_EXTRA_CXXFLAGS)
5
 
])