mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Fixing typo on xlibs path
This commit is contained in:
parent
54dd5667ff
commit
f5b3fe77d3
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -1685,10 +1685,10 @@ fi
|
|||
if [ -n "$BSON_PATH" ]; then
|
||||
XLIBS="$XLIBS -lbson-1.0"
|
||||
fi
|
||||
if [ -n "$FREERDP3_PATH" ]; then
|
||||
if [ -n "$FREERDP2_PATH" ]; then
|
||||
XLIBS="$XLIBS -lfreerdp2"
|
||||
fi
|
||||
if [ -n "$WINPR3_PATH" ]; then
|
||||
if [ -n "$WINPR2_PATH" ]; then
|
||||
XLIBS="$XLIBS -lwinpr2"
|
||||
fi
|
||||
if [ -n "$FREERDP3_PATH" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue