From: Alfredo Deza Date: Wed, 1 Apr 2015 23:10:33 +0000 (-0400) Subject: Fix do_autogen.sh so that -L is allowed X-Git-Tag: v0.80.10~33^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=80afc5eca293e5e2f168f219931a2f554040cdd8;p=ceph.git Fix do_autogen.sh so that -L is allowed Signed-off-by: Alfredo Deza --- diff --git a/do_autogen.sh b/do_autogen.sh index ea498d863ac08..a5538c7950264 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