From: David Zafman Date: Tue, 3 Feb 2015 00:24:07 +0000 (-0800) Subject: Fix do_autogen.sh so that -L is allowed X-Git-Tag: v0.93~124^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3593%2Fhead;p=ceph.git Fix do_autogen.sh so that -L is allowed Signed-off-by: David Zafman --- diff --git a/do_autogen.sh b/do_autogen.sh index f6d2f10ca123..7df1c93e6382 100755 --- a/do_autogen.sh +++ b/do_autogen.sh @@ -32,7 +32,7 @@ debug_level=0 verbose=0 profile=0 CONFIGURE_FLAGS="--disable-static --with-lttng" -while getopts "d:e:hHrTPJljpcvO:" flag +while getopts "d:e:hHrTPJLjpcvO:" flag do case $flag in d) debug_level=$OPTARG;;