[PATCH xserver 5/8] bsd: Remove definition XF86PM for OpenBSD (not uses)
Alexandr Shadchin
alexandr.shadchin at gmail.com
Sat Nov 26 12:49:05 PST 2011
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin at gmail.com>
---
configure.ac | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/configure.ac b/configure.ac
index e4fcba4..18259f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1632,17 +1632,7 @@ if test "x$XORG" = xyes; then
;;
esac
;;
- freebsd* | kfreebsd*-gnu | dragonfly*)
- XORG_OS_SUBDIR="bsd"
- ;;
- netbsd*)
- XORG_OS_SUBDIR="bsd"
- ;;
- openbsd*)
- if test "x$ac_cv_BSD_APM" = xyes \
- -o "x$ac_cv_BSD_KQUEUE_APM" = xyes; then
- XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
- fi
+ freebsd* | kfreebsd*-gnu | dragonfly* | netbsd* | openbsd*)
XORG_OS_SUBDIR="bsd"
;;
solaris*)
--
1.7.6
More information about the xorg-devel
mailing list