From 80afc5eca293e5e2f168f219931a2f554040cdd8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 1 Apr 2015 19:10:33 -0400 Subject: [PATCH] Fix do_autogen.sh so that -L is allowed Signed-off-by: Alfredo Deza --- do_autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/do_autogen.sh b/do_autogen.sh index ea498d863ac..a5538c79502 100755 --- a/do_autogen.sh +++ b/do_autogen.sh @@ -29,8 +29,8 @@ die() { debug_level=0 verbose=0 profile=0 -CONFIGURE_FLAGS="" -while getopts "d:e:hHTPjpnvO:" flag +CONFIGURE_FLAGS="--with-lttng" +while getopts "d:e:hHTPLjpnvO:" flag do case $flag in d) debug_level=$OPTARG;; @@ -53,6 +53,8 @@ do e) encode_dump=$OPTARG;; + L) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --without-lttng";; + *) echo usage -- 2.47.3