]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix do_autogen.sh so that -L is allowed 4247/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 1 Apr 2015 23:10:33 +0000 (19:10 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 1 Apr 2015 23:10:33 +0000 (19:10 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
do_autogen.sh

index ea498d863ac08a79976d3cba69157e7661749496..a5538c7950264db00c4ce4a38e127cbf1c708f78 100755 (executable)
@@ -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