diff options
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 |