mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
libssh: fix a syntax error in configure.ac
Follow-up to c92d2e1
Closes #2172
This commit is contained in:
parent
7ef0c2d861
commit
188a43a8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue