mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
Bug in selecting SSL libs
This commit is contained in:
parent
38b624167d
commit
efbcf9834f
@ -38,7 +38,7 @@ AC_ARG_WITH(ssl,
|
||||
OPENSSL=1
|
||||
if test "$withval" != "yes"; then
|
||||
SSLROOT=$withval
|
||||
LIBS="${LIBS} -L$SSLROOT/lib"
|
||||
LDFLAGS="${LDFLAGS} -L$SSLROOT/lib"
|
||||
CPPFLAGS="${CPPFLAGS} -I$SSLROOT/include"
|
||||
fi
|
||||
fi],
|
||||
|
Loading…
Reference in New Issue
Block a user