Re: Autoconf & libssl

2011-11-11 Thread Till Elsner
- Ursprüngliche Mitteilung - > On 11/11/2011 09:13 AM, Till Elsner wrote: > > Ok, here we go: The following configure.ac seems to serve as a > > minimal example: > > --- begin configure.ac --- > > AC_PREREQ([2.68]) > > AC_INIT([actest], [1]) > > AC_SEARCH_LIBS([MD5], [ssl]); > > Remove tha

Re: Autoconf & libssl

2011-11-11 Thread Mike Frysinger
On Friday 11 November 2011 11:13:22 Till Elsner wrote: > Ok, here we go: The following configure.ac seems to serve as a > minimal example: > --- begin configure.ac --- > AC_PREREQ([2.68]) > AC_INIT([actest], [1]) > AC_SEARCH_LIBS([MD5], [ssl]); > AC_OUTPUT > --- end configure.ac --- > > I only hav

Re: Autoconf & libssl

2011-11-11 Thread Eric Blake
On 11/11/2011 09:13 AM, Till Elsner wrote: > Ok, here we go: The following configure.ac seems to serve as a > minimal example: > --- begin configure.ac --- > AC_PREREQ([2.68]) > AC_INIT([actest], [1]) > AC_SEARCH_LIBS([MD5], [ssl]); Remove that trailing ';' - it isn't necessary. -- Eric Blake

Re: Autoconf & libssl

2011-11-11 Thread Till Elsner
Mike Frysinger (Thu, 10. 11. 2011, 18:20): > On Thursday 10 November 2011 18:03:12 Till Elsner wrote: > > I'm trying to configure my own package. > > I've located the relevant portion in the configure file. It's > > the section with cares for the SSL lib, which matches the fact > > that removing th

Re: Autoconf & libssl

2011-11-10 Thread Mike Frysinger
On Thursday 10 November 2011 18:03:12 Till Elsner wrote: > I'm trying to configure my own package. > I've located the relevant portion in the configure file. It's > the section with cares for the SSL lib, which matches the fact > that removing the SSL line from the configure.ac file also > removes

Re: Autoconf & libssl

2011-11-10 Thread Till Elsner
Eric Blake (Thu, 10. 11. 2011, 15:48): > On 11/10/2011 03:22 PM, Till Elsner wrote: > > Hi everyone, > > > > I'm experiencing strange problems when using autoreconf together > > with OpenSSL. > > Everything seems to work just fine (autoreconf, ./configure, > > make), until I include libssl. Wheneve

Re: Autoconf & libssl

2011-11-10 Thread Eric Blake
On 11/10/2011 03:22 PM, Till Elsner wrote: Hi everyone, I'm experiencing strange problems when using autoreconf together with OpenSSL. Everything seems to work just fine (autoreconf, ./configure, make), until I include libssl. Whenever autoconf is asked to check for libssl, autoreconf completes

Autoconf & libssl

2011-11-10 Thread Till Elsner
Hi everyone, I'm experiencing strange problems when using autoreconf together with OpenSSL. Everything seems to work just fine (autoreconf, ./configure, make), until I include libssl. Whenever autoconf is asked to check for libssl, autoreconf completes successful, but ./configure fails with a "syn