~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/plug.in

  • Committer: Stewart Smith
  • Date: 2009-02-16 04:19:00 UTC
  • mfrom: (869.2.6 dollhouse)
  • mto: This revision was merged to the branch mainline in revision 887.
  • Revision ID: stewart@flamingspork.com-20090216041900-idx8llj31btz5as3
merge unireg_type removal, mainline

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"])