~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/plug.in

  • Committer: Brian Aker
  • Date: 2008-12-22 06:22:15 UTC
  • mfrom: (722.1.9 devel)
  • Revision ID: brian@tangent.org-20081222062215-q2zhizw1kl3zedua
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
         openbsd*)
39
39
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
40
40
  esac
 
41
 
 
42
  AM_CONDITIONAL(BUILD_DRIZZLE,[test "x$ac_build_drizzle" = "xyes"])
41
43
  ])
42
44