aboutsummaryrefslogtreecommitdiff
path: root/sysutils/smartmontools-devel/files/patch-configure.in
blob: da1074dc8dd232c500551d1db0dde707882aa441 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.in.orig	Thu Aug  4 15:16:15 2005
+++ configure.in	Thu Aug  4 15:18:50 2005
@@ -56,6 +56,8 @@
 dnl Check for FreeBSD twe include files...currently missing on 5.2, but should be there
 AC_CHECK_HEADERS([sys/tweio.h])
 AC_CHECK_HEADERS([sys/twereg.h])
+dnl Check for FreeBSD twa include files...
+AC_CHECK_HEADERS([sys/tw_osl_ioctl.h])
 
 dnl Checks for typedefs, structures, and compiler characteristics.