~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/plug.in

  • Committer: Brian Aker
  • Date: 2009-03-03 18:50:34 UTC
  • mfrom: (908.1.17 mordred)
  • Revision ID: brian@tangent.org-20090303185034-obr7tiwx8vyn0i7j
Merge 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
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_LINUX";;
 
22
           CFLAGS="$CFLAGS -DUNIV_LINUX";;
23
23
         hpux10*)
24
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
 
24
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
25
25
         hp*)
26
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
 
26
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
27
27
         aix*)
28
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_AIX";;
 
28
           CFLAGS="$CFLAGS -DUNIV_AIX";;
29
29
         irix*)
30
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
30
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
31
31
         osf*)
32
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
32
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
33
33
         *solaris*|*SunOS*)
34
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_SOLARIS";;
 
34
           CFLAGS="$CFLAGS -DUNIV_SOLARIS";;
35
35
         sysv5uw7*)
36
36
           # Problem when linking on SCO
37
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
37
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
38
38
         openbsd*)
39
 
           AM_CFLAGS="$AM_CFLAGS -DUNIV_MUST_NOT_INLINE";;
 
39
           CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
40
40
  esac
41
41
 
42
42
  AM_CONDITIONAL(BUILD_DRIZZLE,[test "x$ac_build_drizzle" = "xyes"])