~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ac

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-07-17 02:13:01 UTC
  • mfrom: (2.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20130717021301-an6f4kjsgfahy9un
Tags: 1:7.1.36-stable-4ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  AC_CHECK_SIZEOF(int, 4)
27
27
  AC_CHECK_SIZEOF(long, 4)
28
28
  AC_CHECK_SIZEOF(void*, 4)
29
 
  AC_CHECK_FUNCS([sched_yield fdatasync localtime_r pread])
 
29
  AC_CHECK_FUNCS(sched_yield fdatasync localtime_r pread)
30
30
  AC_CHECK_FUNCS([uname munmap memchr getpagesize bzero])
31
31
  AC_C_BIGENDIAN
32
32
  case "$target_os" in
66
66
                INNODB_DYNAMIC_CFLAGS="$INNODB_DYNAMIC_CFLAGS -prefer-non-pic"
67
67
                ;;
68
68
  esac
69
 
  AC_SUBST([INNODB_DYNAMIC_CFLAGS])
 
69
  AC_SUBST(INNODB_DYNAMIC_CFLAGS)
70
70
 
71
71
  AC_CACHE_CHECK([whether pthread_t can be used by GCC atomic builtins],
72
72
    [ac_cv_plugin_innodb_have_gcc_atomic],[