mirror of
https://github.com/curl/curl.git
synced 2026-07-17 05:37:21 +03:00
fixed the LDFLAGS creation for the SPNEGO option
This commit is contained in:
parent
e0d9e7a255
commit
202e54cf9c
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ if test x"$want_spnego" = xyes; then
|
|||
AC_MSG_RESULT(no)
|
||||
else
|
||||
if test -z "$SPNEGO_LIB_DIR"; then
|
||||
LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT ${wl}-R$SPNEGO_ROOT -lfbopenssl"
|
||||
LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT -lfbopenssl"
|
||||
else
|
||||
LDFLAGS="$LDFLAGS $SPNEGO_LIB_DIR"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue