~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/config_table_function.cc

Merge Monty - Change the requirement from either libinnodb to libhaildb. Also, tied it to version 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "config.h"
20
20
#include "drizzled/plugin/table_function.h"
21
21
 
22
 
#include <haildb.h>
 
22
#if defined(HAVE_HAILDB_H)
 
23
# include <haildb.h>
 
24
#else
 
25
# include <embedded_innodb-1.0/innodb.h>
 
26
#endif /* HAVE_HAILDB_H */
23
27
 
24
28
#include "config_table_function.h"
25
29