mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -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
|
if [ -n "$BSON_PATH" ]; then
|
||||||
XLIBS="$XLIBS -lbson-1.0"
|
XLIBS="$XLIBS -lbson-1.0"
|
||||||
fi
|
fi
|
||||||
if [ -n "$FREERDP3_PATH" ]; then
|
if [ -n "$FREERDP2_PATH" ]; then
|
||||||
XLIBS="$XLIBS -lfreerdp2"
|
XLIBS="$XLIBS -lfreerdp2"
|
||||||
fi
|
fi
|
||||||
if [ -n "$WINPR3_PATH" ]; then
|
if [ -n "$WINPR2_PATH" ]; then
|
||||||
XLIBS="$XLIBS -lwinpr2"
|
XLIBS="$XLIBS -lwinpr2"
|
||||||
fi
|
fi
|
||||||
if [ -n "$FREERDP3_PATH" ]; then
|
if [ -n "$FREERDP3_PATH" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue