summaryrefslogtreecommitdiff
path: root/do_autogen.sh
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-03-23 10:02:17 -0700
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-03-23 17:33:51 -0700
commitfd5fd94807c427a1a0b233aa5e863a24a5122a3a (patch)
tree8a9946c1dc426088c47e2b4ebd8c992b004f9a23 /do_autogen.sh
parentc866536bff5bdd9c31772dfa1e63e26faba49b4c (diff)
downloadceph-fd5fd94807c427a1a0b233aa5e863a24a5122a3a.tar.gz
RGW: validate bucket names and object names
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 d23ce7411e2..b0a7f0a2762 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-gtk2=yes --with-debug $with_profiler --with-cryptopp \
|| die "configure failed"