Search for +debug kernels when --kernel option is not used (RHBZ#1002189).
[qemu-sanity-check.git] / configure.ac
index 791360f..1b3c22b 100644 (file)
@@ -28,6 +28,8 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
 
 AM_PROG_CC_C_O
 
+AC_CHECK_HEADERS([sys/reboot.h])
+
 dnl Allow the package to override the default list of qemu binary
 dnl names which are tried, since this heavily depends on how qemu
 dnl has been packaged in the downstream distro.