Fixed a missing i386 lib on OpenBSD.

This commit is contained in:
gfk
2006-09-01 22:59:23 +00:00
parent df436b9095
commit f348d119a0
+1
View File
@@ -124,6 +124,7 @@ AC_CHECK_LIB(rt, sched_setscheduler, [
dnl i386_get_ioperm on NetBSD&OpenBSD
AC_CHECK_LIB(i386, i386_get_ioperm,
LIBS="-li386 $LIBS"
AC_DEFINE([HAVE_I386_IOPERM_NETBSD],[1],
[Define if you have the NetBSD&OpenBSD version of i386_ioperm functions.]),[
dnl i386_get_ioperm on FreeBSD