Skip to content

Commit

Permalink
Bump version to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Dec 13, 2024
1 parent 33f6ceb commit ea6f27b
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 @@ -66,7 +66,7 @@ if test x$solaris = xyes; then
fi

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

Expand Down

0 comments on commit ea6f27b

Please sign in to comment.