diff options
author | Sage Weil <sage@inktank.com> | 2012-05-18 05:11:41 +0200 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-05-18 05:23:33 +0200 |
commit | 89316566b57c6ba0cdb94eee67785df96c917547 (patch) | |
tree | 53201530f9a1334a4f42622c906e357acc61bf80 /do_autogen.sh | |
parent | ceph.spec: don't package gceph (diff) | |
download | ceph-89316566b57c6ba0cdb94eee67785df96c917547.tar.xz ceph-89316566b57c6ba0cdb94eee67785df96c917547.zip |
remove gceph
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'do_autogen.sh')
-rwxr-xr-x | do_autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/do_autogen.sh b/do_autogen.sh index 875f9a0d24e..9e1b433c2a8 100755 --- a/do_autogen.sh +++ b/do_autogen.sh @@ -113,6 +113,6 @@ export CXXFLAGS ./configure \ --prefix=/usr --sbindir=/sbin --localstatedir=/var --sysconfdir=/etc \ ---with-gtk2=yes --with-debug $with_profiler --with-cryptopp --with-radosgw \ +--with-debug $with_profiler --with-cryptopp --with-radosgw \ $CONFIGURE_FLAGS \ || die "configure failed" |