~brianaker/gearmand/gearmnan_job_use_client

« back to all changes in this revision

Viewing changes to m4/extensions.m4

  • Committer: Continuous Integration
  • Date: 2012-10-29 20:43:57 UTC
  • mfrom: (661.1.1 gearmand-1.2)
  • Revision ID: ci@tangent.org-20121029204357-1egxo4cmb6up09eo
Merge lp:~brianaker/gearmand/merge-from-1.0 Build: jenkins-Gearmand-1.2-9

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
  AC_REQUIRE([AC_CANONICAL_HOST])
28
28
 
29
 
  AC_CHECK_HEADER([minix/config.h], [MINIX=yes], [MINIX=])
 
29
  AC_CHECK_HEADER([minix/gear_config.h], [MINIX=yes], [MINIX=])
30
30
  if test "$MINIX" = yes; then
31
31
    AC_DEFINE([_POSIX_SOURCE], [1],
32
32
      [Define to 1 if you need to in order for `stat' and other