summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 483caff..d3cedb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,16 @@ 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