Merge pull request #2025 from ceph/wip-disable-static

do_autogen.sh: --disable-static

Reviewed-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Sage Weil 2014-06-25 13:30:05 -07:00
commit 971950bdbc

View File

@ -29,7 +29,7 @@ die() {
debug_level=0
verbose=0
profile=0
CONFIGURE_FLAGS=""
CONFIGURE_FLAGS="--disable-static"
while getopts "d:e:hHTPjpnvO:" flag
do
case $flag in