From 2ce91c01a2ac8d1b145d685919e877b4ee0fb8e7 Mon Sep 17 00:00:00 2001 From: yoe Date: Wed, 27 Dec 2006 18:59:05 +0000 Subject: [PATCH] r230: Add test for even more recent kernels --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 4a6d9f0..2a180dc 100644 --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,13 @@ AC_TRY_COMPILE([#define u32 int [int foo=NBD_CMD_DISC], [AC_DEFINE(NBD_H_LINUX, 1, Set to 1 if a (2.6) nbd.h can be found in the linux directory in the search path) NBD_H=''], + AC_TRY_COMPILE([#include + ], + [int foo=NBD_CMD_DISC], + [AC_DEFINE(NBD_H_LINUX, 1, Set to 1 if a (2.6) nbd.h can be found in the linux directory in the search path) + NBD_H=''], AC_MSG_ERROR(Could not find an nbd.h from 2.6 or above.) + ) ) ) if test -f nbd.h -- 1.7.10.4