Skip to content

Commit

Permalink
do_autogen.sh: unambiguously use nss unless user asks for cryptopp
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Apr 22, 2015
1 parent ad5a154 commit e874a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ export CXXFLAGS

./configure \
--prefix=/usr --sbindir=/sbin --localstatedir=/var --sysconfdir=/etc \
--with-debug $with_profiler --with-nss --with-radosgw \
--with-debug $with_profiler --with-nss --without-cryptopp --with-radosgw \
$CONFIGURE_FLAGS \
|| die "configure failed"

0 comments on commit e874a9b

Please sign in to comment.