diff options
author | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-03-23 18:02:17 +0100 |
---|---|---|
committer | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-03-24 01:33:51 +0100 |
commit | fd5fd94807c427a1a0b233aa5e863a24a5122a3a (patch) | |
tree | 8a9946c1dc426088c47e2b4ebd8c992b004f9a23 /do_autogen.sh | |
parent | FileStore: replace op_queue_throttle with op_queue_reserve_throttle (diff) | |
download | ceph-fd5fd94807c427a1a0b233aa5e863a24a5122a3a.tar.xz ceph-fd5fd94807c427a1a0b233aa5e863a24a5122a3a.zip |
RGW: validate bucket names and object names
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.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 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" |