[vlc-devel] commit: Configure: check for scsi/scsi.h (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 18 00:55:16 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 18 00:54:51 2009 +0200| [10507f6733b72cbab9a19f6de29544e9d7fd88d4] | committer: Jean-Baptiste Kempf 

Configure: check for scsi/scsi.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10507f6733b72cbab9a19f6de29544e9d7fd88d4
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1be761c..fa506ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
 




More information about the vlc-devel mailing list