commit | 1c31098d55095e6a3c73e2f78598866ca68ddbb0 | [log] [tgz] |
---|---|---|
author | subrata_modak <subrata_modak> | Mon May 25 15:01:45 2009 +0000 |
committer | subrata_modak <subrata_modak> | Mon May 25 15:01:45 2009 +0000 |
tree | 22c06c9fe70861612b9b6d116b426634df0eb375 | |
parent | 541273044c31af50d3a0333bc428103286a01613 [diff] [blame] |
I've found that ltp didn't compile on Debian because of old kernel headers, which contain taskstats struct without some of the needed fields. This autoconf test detects it and disables the code that would otherwise break. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
diff --git a/configure.ac b/configure.ac index c534c97..9fc1696 100644 --- a/configure.ac +++ b/configure.ac
@@ -20,5 +20,6 @@ LTP_CHECK_SYSCALL_SIGNALFD LTP_CHECK_SELINUX LTP_CHECK_CRYPTO +LTP_CHECK_TASKSTATS AC_OUTPUT