diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-14 08:44:32 +0200 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-14 08:44:32 +0200 |
commit | b724ff4045994fff721db4ab67f8aa418cc4f707 (patch) | |
tree | d31ee198383667daf37d094b95a98f7c59ad0190 /configure.ac | |
parent | 587d4e40e58e70649968261f73b7fb2078349f4f (diff) |
Revert "Only enable z4l.c on Linux" until we have a consensus.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 3c85469..483caff 100644 --- a/configure.ac +++ b/configure.ac @@ -114,17 +114,6 @@ AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) AC_SUBST([AMD_CFLAGS]) -case $host_os in - *linux*) - BUILD_Z4L=yes - ;; - *) - BUILD_Z4l=no - ;; -esac - -AM_CONDITIONAL(BUILD_Z4L, [test "x$BUILD_Z4L" = xyes]) - is386=false case $host_cpu in |