1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

libssh: fix a syntax error in configure.ac

Follow-up to c92d2e1

Closes #2172
This commit is contained in:
Michael Kaufmann 2017-12-10 22:30:06 +01:00
parent 7ef0c2d861
commit 188a43a8fd

View File

@ -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"