summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-09-27 15:22:51 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-09-27 15:22:51 -0700
commit4bdaca5295eeacdaeb80f2e7d0fa17674dcbc77a (patch)
treed40889943adbc760bb48585ccce6c64c99f176c3 /configure.ac
parent63983e2397d813246b851771c13397ff700e239e (diff)
Need to link with -ldevinfo on Solaris
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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