~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ac

pandora-build v0.42 - Started splitting out plugin system into pandora-build

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
         *solaris*|*SunOS*)
42
42
           AM_CFLAGS="$AM_CFLAGS -DUNIV_SOLARIS";;
43
43
  esac
44
 
  INNODB_DYNAMIC_CFLAGS="-DDRIZZLE_DYNAMIC_PLUGIN"
 
44
  INNODB_DYNAMIC_CFLAGS="-DPANDORA_DYNAMIC_PLUGIN"
45
45
  case "$target_cpu" in
46
46
        x86_64)
47
47
                # The AMD64 ABI forbids absolute addresses in shared libraries