Need to link with -ldevinfo on Solaris
authorAlan Coopersmith <alan.coopersmith@sun.com>
Thu, 27 Sep 2007 22:22:51 +0000 (15:22 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Thu, 27 Sep 2007 22:22:51 +0000 (15:22 -0700)
configure.ac

index 133963d..86f56ef 100644 (file)
@@ -80,6 +80,7 @@ case $host_os in
                ;;
        *solaris*)
                solaris=yes
+               PCIACCESS_LIBS="$PCIACCESS_LIBS -ldevinfo"
                ;;
 esac