Configure: check for scsi/scsi.h

This commit is contained in:
Jean-Baptiste Kempf 2009-07-18 00:54:51 +02:00
parent f641070c9c
commit 10507f6733
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ AC_CHECK_HEADERS([net/if.h], [], [],
])
if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
AC_CHECK_HEADERS(machine/param.h sys/shm.h)
AC_CHECK_HEADERS([linux/version.h linux/dccp.h])
AC_CHECK_HEADERS([linux/version.h linux/dccp.h scsi/scsi.h])
AC_CHECK_HEADERS(syslog.h)
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"