]> git.sesse.net Git - vlc/commitdiff
Configure: check for scsi/scsi.h
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Jul 2009 22:54:51 +0000 (00:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Jul 2009 22:54:51 +0000 (00:54 +0200)
configure.ac

index 1be761c24ab90ffaf4851f9ceee42bb3331f99bb..fa506ef49c774a5e003a20e89b06b3d5728b5224 100644 (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"