diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-27 16:36:52 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-27 16:36:52 +0100 |
commit | 41715af4d009bfcb351946ddaa3a3ea3767a1429 (patch) | |
tree | 6a46e632f7e20b81c90aeb2dea5da74bb61e6134 /configure.ac | |
parent | 7ce487617445c81f0178823de8896a2b73bbaaf1 (diff) |
configure: SNA supports the old Xorgs
So allow it to be compiled by default for older Xorgs as well.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6721279d..7425fda1 100644 --- a/configure.ac +++ b/configure.ac @@ -203,9 +203,6 @@ AC_ARG_ENABLE(sna, [SNA="$enableval"], [SNA=auto]) -if test "x$SNA" = "xauto" && pkg-config --exists "xorg-server >= 1.10"; then - SNA=yes -fi if test "x$SNA" != "xno"; then AC_DEFINE(USE_SNA, 1, [Enable SNA support]) AC_CHECK_HEADERS([sys/sysinfo.h]) |