curl-library
[PATCH] Fix configuration of fbopenssl SPNEGO library in configure.ac
Date: Mon, 26 May 2014 22:48:47 +0200
Hi folks,
here is a patch which corrects configure.ac to compile against fbopenssl
SPNEGO library.
The changes and reasons in/for this patch:
0. Undefined variable used => broken
1. Improve/align wording of messages
2. Provide a reasonable SPNEGO_ROOT where fbopenssl is installed (the
path layout provided by fbopenssl Makefile is unusable, one mus copy
manually)
3. Put -lfbopenssl into LIBS and not LDFLAGS
4. Moved after GSS-API block because it is a prerequisite (for upcoming
patches in that area from my side)
Patch has been tested on Ubuntu and HP-UX.
Git diff: https://github.com/michael-o/curl/compare/configure-spnego
Please review and report back,
Michael
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: configure-spnego.patch