~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/plug.in

  • Committer: Brian Aker
  • Date: 2009-02-11 19:43:59 UTC
  • mfrom: (873.2.13 devel)
  • Revision ID: brian@tangent.org-20090211194359-bvzp93tceo4qtjmd
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  AC_C_BIGENDIAN
20
20
  case "$target_os" in
21
21
         lin*)
22
 
           CFLAGS="$CFLAGS -DUNIV_LINUX";;
 
22
           AM_CFLAGS="$AM_CFLAGS -DUNIV_LINUX";;
23
23
         hpux10*)
24
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
 
24
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
25
25
         hp*)
26
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
 
26
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
27
27
         aix*)
28
 
           CFLAGS="$CFLAGS -DUNIV_AIX";;
 
28
           AM_CFLAGS="$AM_CFLAGS -DUNIV_AIX";;
29
29
         irix*)
30
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
30
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
31
31
         osf*)
32
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
32
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
33
33
         *solaris*|*SunOS*)
34
 
           CFLAGS="$CFLAGS -DUNIV_SOLARIS";;
 
34
           AM_CFLAGS="$AM_CFLAGS -DUNIV_SOLARIS";;
35
35
         sysv5uw7*)
36
36
           # Problem when linking on SCO
37
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
37
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
38
38
         openbsd*)
39
 
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
39
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
40
40
  esac
41
41
 
42
42
  AM_CONDITIONAL(BUILD_DRIZZLE,[test "x$ac_build_drizzle" = "xyes"])