~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ac

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  AC_C_BIGENDIAN
30
30
  case "$target_os" in
31
31
         lin*)
32
 
           CFLAGS="$CFLAGS -DUNIV_LINUX";;
 
32
           AM_CFLAGS="$AM_CFLAGS -DUNIV_LINUX";;
33
33
         hpux10*)
34
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
 
34
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
35
35
         hp*)
36
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
 
36
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
37
37
         aix*)
38
 
           CFLAGS="$CFLAGS -DUNIV_AIX";;
 
38
           AM_CFLAGS="$AM_CFLAGS -DUNIV_AIX";;
39
39
         irix*|osf*|sysv5uw7*|openbsd*)
40
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
40
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
41
41
         *solaris*|*SunOS*)
42
 
           CFLAGS="$CFLAGS -DUNIV_SOLARIS";;
 
42
           AM_CFLAGS="$AM_CFLAGS -DUNIV_SOLARIS";;
43
43
  esac
44
44
  INNODB_DYNAMIC_CFLAGS="-DDRIZZLE_DYNAMIC_PLUGIN"
45
45
  case "$target_cpu" in