mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
libssh: fix a syntax error in configure.ac
Follow-up to c92d2e1
Closes #2172
This commit is contained in:
parent
7ef0c2d861
commit
188a43a8fd
@ -2842,7 +2842,7 @@ elif test X"$OPT_LIBSSH" != Xno; then
|
||||
LIB_SSH="-lssh"
|
||||
LD_SSH=-L${PREFIX_SSH}/lib$libsuff
|
||||
CPP_SSH=-I${PREFIX_SSH}/include
|
||||
DIR_SSH=${PREFIX_SSH;}/lib$libsuff
|
||||
DIR_SSH=${PREFIX_SSH}/lib$libsuff
|
||||
fi
|
||||
|
||||
LDFLAGS="$LDFLAGS $LD_SSH"
|
||||
|
Loading…
Reference in New Issue
Block a user