~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to scripts/common.m4

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  AC_COMPILE_IFELSE(
76
76
    [[#include <sys/types.h>
77
77
      #include <sys/mman.h>
 
78
      #include <unistd.h>
78
79
      void f() { mincore((char*)0, 0, (unsigned char*)0); }
79
80
    ]],
80
81
    [
86
87
      AC_COMPILE_IFELSE(
87
88
        [[#include <sys/types.h>
88
89
          #include <sys/mman.h>
 
90
          #include <unistd.h>
89
91
          void f() { mincore((char*)0, 0, (char*)0); }
90
92
        ]],
91
93
        [