From 4bdaca5295eeacdaeb80f2e7d0fa17674dcbc77a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 27 Sep 2007 15:22:51 -0700 Subject: [PATCH] Need to link with -ldevinfo on Solaris --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 133963d..86f56ef 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,7 @@ case $host_os in ;; *solaris*) solaris=yes + PCIACCESS_LIBS="$PCIACCESS_LIBS -ldevinfo" ;; esac -- 2.7.4