From: Daniel Stenberg Date: Thu, 8 Jan 2004 22:58:21 +0000 (+0000) Subject: fixed the LDFLAGS creation for the SPNEGO option X-Git-Tag: curl-7_11_0~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=202e54cf9ca6d997298677fb3ab4d1039ecd2d81;p=curl fixed the LDFLAGS creation for the SPNEGO option --- diff --git a/configure.ac b/configure.ac index 6db1ee214..0beebdd57 100644 --- a/configure.ac +++ b/configure.ac @@ -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