aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-11 10:23:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-11 10:23:02 +0000
commitdf1470e48a49d184b3ca60b7245a56fc970d07b3 (patch)
treebcd1d8387d2de4c02ec10f2fc05efdcf6ac01a66 /configure.ac
parentd85f30806c7581c9da71b44e70a92c0ff6861aef (diff)
downloadgnunet-df1470e48a49d184b3ca60b7245a56fc970d07b3.tar.gz
gnunet-df1470e48a49d184b3ca60b7245a56fc970d07b3.zip
- fix
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])