diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 22:28:30 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 22:28:30 +0000 |
commit | 0935f0726beb9fa9f571cd86fe60ab7a00d50291 (patch) | |
tree | f39e614cbf6c1452707f3ca1bcb14da6ec80245c /xserver | |
parent | 33dbf6d718e60fafff38b7dd57c443954dd9a33c (diff) |
OpenBSD/i386 uses freebsdPci routines too.
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xserver/configure.ac b/xserver/configure.ac index 134c4b50e..df11b78a5 100644 --- a/xserver/configure.ac +++ b/xserver/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac,v 1.2 2006/11/28 20:29:31 matthieu Exp $ +dnl $Id: configure.ac,v 1.3 2006/11/29 22:28:29 matthieu Exp $ dnl dnl Copyright © 2003-2005 Keith Packard, Daniel Stone dnl @@ -1185,7 +1185,7 @@ int main () { XORG_OS_SUBDIR="bsd" XORG_OS_KBD="BSD" case $host_cpu in - i*86|amd64*|x86_64*) + amd64*|x86_64*) ;; *) xorg_bus_freebsdpci="yes" @@ -1390,7 +1390,7 @@ if test "x$XPRINT" = xyes; then AC_SUBST([XPRINT_CFLAGS]) AC_SUBST([XPRINT_LIBS]) - xpconfigdir=$libdir/X11/xserver + xpconfigdir=$datadir/X11/xserver AC_SUBST([xpconfigdir]) AC_PATH_PROG(MKFONTSCALE, mkfontscale) |