aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35d831032..e8ba3f61c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -976,7 +976,8 @@ AC_ARG_ENABLE([ll],
976 else 976 else
977 ll=1 977 ll=1
978 fi], 978 fi],
979 [ll=0]) 979 [ll=0
980 enable_ll=no])
980AC_MSG_RESULT($enable_ll) 981AC_MSG_RESULT($enable_ll)
981AM_CONDITIONAL([ENABLE_LL], [test "x$ll" = "x1"]) 982AM_CONDITIONAL([ENABLE_LL], [test "x$ll" = "x1"])
982AC_DEFINE_UNQUOTED([ENABLE_LL], [$ll], [Build with LL support]) 983AC_DEFINE_UNQUOTED([ENABLE_LL], [$ll], [Build with LL support])