From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: apbianco@cygnus.com Cc: rhug-rhats@sources.redhat.com Subject: Re: Patch: BouncyCastle Date: Wed, 17 Oct 2001 11:50:00 -0000 Message-id: <87669ekrvy.fsf@creche.redhat.com> References: <87n12qkxpy.fsf@creche.redhat.com> <15309.47490.407765.84384@fencer.cygnus.com> X-SW-Source: 2001-10/msg00014.html Alex> I'm guessing it still requires --enable-bouncycastle. I don't Alex> know if it's a good idea to keep that option in place. rhug/configure.in doesn't have any code to process --enable-bouncycastle. I don't think it is required right now. I ended up having to generate the Makefile myself like this: CONFIG_FILES=BouncyCastle/Makefile ./config.status Tom