Skip to content

Commit

Permalink
Require xrdp 0.9.90
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Feb 8, 2024
1 parent 1a2cee3 commit 6b00120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if test x$solaris = xyes; then
fi

if test "x$XRDP_CFLAGS" = "x"; then
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.80])
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.90])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi

Expand Down

0 comments on commit 6b00120

Please sign in to comment.