~adam-stokes/ubuntu/quantal/nfs-utils/hang-on-kernel-expire-794112

« back to all changes in this revision

Viewing changes to aclocal/keyutils.m4

  • Committer: Steve Langasek
  • Date: 2011-10-29 21:56:45 UTC
  • mfrom: (14.1.15 sid)
  • Revision ID: steve.langasek@canonical.com-20111029215645-ohwji14mw3tamz84
Merge Debian version 1:1.2.5-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  AC_CHECK_LIB([keyutils], [keyctl_instantiate], [LIBKEYUTILS=-lkeyutils], ,)
7
7
  AC_SUBST(LIBKEYUTILS)
8
8
 
9
 
  AC_CHECK_HEADERS([keyutils.h], ,
10
 
                   [AC_MSG_ERROR([keyutils.h header not found.])])
 
9
  AC_CHECK_HEADERS([keyutils.h])
 
10
 
11
11
])dnl