r48: Fixed a bug in configure.in that broke detection of <linux/nbd.h>
authoryoe <yoe>
Wed, 11 Feb 2004 10:21:58 +0000 (10:21 +0000)
committeryoe <yoe>
Wed, 11 Feb 2004 10:21:58 +0000 (10:21 +0000)
configure.in

index 3b0af33..9ad8b54 100644 (file)
@@ -53,7 +53,9 @@ if test -f nbd.h; then
 else
   AC_MSG_RESULT(no)
 fi
-AC_CHECK_HEADERS([linux/nbd.h arpa/inet.h fcntl.h netdb.h netinet/in.h sys/ioctl.h sys/mount.h sys/socket.h syslog.h])
+AC_CHECK_HEADERS([linux/nbd.h arpa/inet.h fcntl.h netdb.h netinet/in.h sys/ioctl.h sys/mount.h sys/socket.h syslog.h],,,[[typedef unsigned short u32;
+typedef unsigned int u64;
+]])
 AC_HEADER_SYS_WAIT
 AC_TYPE_OFF_T
 AC_TYPE_PID_T