From 206e29213f92dd639fb4814ed2f3b6ec27e6f985 Mon Sep 17 00:00:00 2001 From: edward shu Date: Wed, 6 Jun 2007 23:05:56 +0800 Subject: Libpciaccess on Solaris Initial integration Libpciaccess on Solaris Initial integration. It depends on devfs to access pci configuration space, also xsvc is used for memory map. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2eafcbd..d5c0585 100644 --- a/configure.ac +++ b/configure.ac @@ -78,10 +78,14 @@ case $host_os in *linux*) linux=yes ;; + *solaris*) + solaris=yes + ;; esac AM_CONDITIONAL(LINUX, [test "x$linux" = xyes]) AM_CONDITIONAL(FREEBSD, [test "x$freebsd" = xyes]) +AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes]) AC_SUBST(PCIACCESS_CFLAGS) AC_SUBST(PCIACCESS_LIBS) -- cgit v1.2.3