merge-requests/1/head
Mattias Ellert 2012-10-25 06:39:22 +02:00
rodzic 4f65f2e6b1
commit 67efea5d4f
2 zmienionych plików z 4 dodań i 4 usunięć

4
configure vendored
Wyświetl plik

@ -9857,7 +9857,7 @@ fi
# Unset VERSION during the SCSI header check # Unset VERSION during the SCSI header check
sed "s!^#define VERSION .*!/* & */!" confdefs.h >> confdefs.h.tmp sed "s!^#define VERSION .*!/* & */!" confdefs.h > confdefs.h.tmp
mv confdefs.h.tmp confdefs.h mv confdefs.h.tmp confdefs.h
for ac_header in IOKit/scsi/SCSITaskLib.h IOKit/cdb/IOSCSILib.h \ for ac_header in IOKit/scsi/SCSITaskLib.h IOKit/cdb/IOSCSILib.h \
@ -9881,7 +9881,7 @@ done
# Restore VERSION # Restore VERSION
sed "s!/\* \(#define VERSION .*\) \*/!\1!" confdefs.h >> confdefs.h.tmp sed "s!/\* \(#define VERSION .*\) \*/!\1!" confdefs.h > confdefs.h.tmp
mv confdefs.h.tmp confdefs.h mv confdefs.h.tmp confdefs.h
for ac_header in io/cam/cam.h for ac_header in io/cam/cam.h

Wyświetl plik

@ -427,7 +427,7 @@ dnl scan for just one that is unique per platform and then do
dnl conditional scans for more specific only as needed. dnl conditional scans for more specific only as needed.
# Unset VERSION during the SCSI header check # Unset VERSION during the SCSI header check
sed "s!^#define VERSION .*!/* & */!" confdefs.h >> confdefs.h.tmp sed "s!^#define VERSION .*!/* & */!" confdefs.h > confdefs.h.tmp
mv confdefs.h.tmp confdefs.h mv confdefs.h.tmp confdefs.h
AC_CHECK_HEADERS(IOKit/scsi/SCSITaskLib.h IOKit/cdb/IOSCSILib.h \ AC_CHECK_HEADERS(IOKit/scsi/SCSITaskLib.h IOKit/cdb/IOSCSILib.h \
@ -439,7 +439,7 @@ AC_CHECK_HEADERS(IOKit/scsi/SCSITaskLib.h IOKit/cdb/IOSCSILib.h \
sys/passthrudef.h) sys/passthrudef.h)
# Restore VERSION # Restore VERSION
sed "s!/\* \(#define VERSION .*\) \*/!\1!" confdefs.h >> confdefs.h.tmp sed "s!/\* \(#define VERSION .*\) \*/!\1!" confdefs.h > confdefs.h.tmp
mv confdefs.h.tmp confdefs.h mv confdefs.h.tmp confdefs.h
AC_CHECK_HEADERS([io/cam/cam.h],,,[#include <io/common/iotypes.h>]) AC_CHECK_HEADERS([io/cam/cam.h],,,[#include <io/common/iotypes.h>])