~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to m4/check-checks.m4

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
AC_SUBST(CHECK_VERSION)
17
17
 
18
18
dnl Checks for header files and declarations
19
 
AC_CHECK_HEADERS([unistd.h sys/wait.h sys/time.h])
 
19
AC_CHECK_HEADERS([unistd.h sys/wait.h sys/time.h], [], [], [AC_INCLUDES_DEFAULT])
20
20
 
21
21
AC_CHECK_FUNCS([localtime_r])
22
22