~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ac

  • Committer: Monty Taylor
  • Date: 2009-07-26 21:24:10 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090726212410-bxek3r54iezwvlsw
Tured off warnings for gnulib build. Stop innobase from setting global CFLAGS.

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