summaryrefslogtreecommitdiff
path: root/do_autogen.sh
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-03-23 17:33:35 -0700
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-03-23 17:33:51 -0700
commitac5ad4eddb0fdb5f74e0d24884db3bcabc3742b2 (patch)
tree4906b4d8394b142bc464e0f1b1aa1765105255b6 /do_autogen.sh
parentfd5fd94807c427a1a0b233aa5e863a24a5122a3a (diff)
downloadceph-ac5ad4eddb0fdb5f74e0d24884db3bcabc3742b2.tar.gz
do_autogen: create radosgw
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'do_autogen.sh')
-rwxr-xr-xdo_autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_autogen.sh b/do_autogen.sh
index b0a7f0a2762..b3f7f0e5e89 100755
--- a/do_autogen.sh
+++ b/do_autogen.sh
@@ -101,5 +101,5 @@ export CXXFLAGS
./configure \
--prefix=/usr --sbindir=/sbin --localstatedir=/var --sysconfdir=/etc \
---with-gtk2=yes --with-debug $with_profiler --with-cryptopp \
+--with-gtk2=yes --with-debug $with_profiler --with-cryptopp --with-radosgw \
|| die "configure failed"