From f5b3fe77d386c5f323e2ec6bbf77cf5960730fda Mon Sep 17 00:00:00 2001 From: Henry Robalino Date: Tue, 16 Jun 2020 09:56:11 -0400 Subject: [PATCH] Fixing typo on xlibs path --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5e58161..67b968c 100755 --- a/configure +++ b/configure @@ -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