summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2013-06-11 11:46:26 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-11 23:18:25 -0700
commit5aff35d1ef659babd71f44f7963e4e908dcd86c4 (patch)
treeb9e80e0baf0a7a9c8fca6928c533034287da3952 /configure.ac
parentc10c86e5856596778cb8322aec8ce663b1f1bea5 (diff)
downloadxorg-lib-libpciaccess-5aff35d1ef659babd71f44f7963e4e908dcd86c4.tar.gz
Update NetBSD support.
Signed-off-by: Michael Lorenz <macallan@NetBSD.org> Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 91374e5..3441b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,10 +77,10 @@ case $host_os in
*netbsd*)
case $host in
*i386*)
- PCIACCESS_LIBS="-li386"
+ PCIACCESS_LIBS="-li386 -lpci"
;;
*x86_64*|*amd64*)
- PCIACCESS_LIBS="-lx86_64"
+ PCIACCESS_LIBS="-lx86_64 -lpci"
;;
esac
netbsd=yes