Skip to content

Commit

Permalink
Remove openrc from this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stone committed Oct 1, 2023
1 parent 0aa6842 commit d808b73
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ AC_ARG_ENABLE(rdpsndaudin, AS_HELP_STRING([--enable-rdpsndaudin],
[], [enable_rdpsndaudin=no])
AM_CONDITIONAL(XRDP_RDPSNDAUDIN, [test x$enable_rdpsndaudin = xyes])

AC_ARG_ENABLE(openrc, AS_HELP_STRING([--enable-openrc],
[Use openrc in (default: no)]),
[], [enable_openrc=no])
AM_CONDITIONAL(XRDP_OPENRC, [test x$enable_openrc = xyes])

AC_ARG_WITH(imlib2, AS_HELP_STRING([--with-imlib2=ARG], [imlib2 library to use for non-BMP backgrounds (ARG=yes/no/<abs-path>)]),,)

AC_ARG_WITH(freetype2, AS_HELP_STRING([--with-freetype2=ARG], [freetype2 library to use for rendering fonts (ARG=yes/no/<abs-path>)]),,)
Expand Down Expand Up @@ -594,7 +589,6 @@ AC_CONFIG_FILES([
instfiles/pam.d/Makefile
instfiles/pulse/Makefile
instfiles/rc.d/Makefile
instfiles/openrc/Makefile
instfiles/method/Makefile
instfiles/manifest/Makefile
keygen/Makefile
Expand Down Expand Up @@ -651,7 +645,6 @@ echo " ipv6only $enable_ipv6only"
echo " vsock $enable_vsock"
echo " auth mechanism $auth_mech"
echo " rdpsndaudin $enable_rdpsndaudin"
echo " openrc $enable_openrc"
echo
echo " with imlib2 $use_imlib2"
echo " with freetype2 $use_freetype2"
Expand Down

0 comments on commit d808b73

Please sign in to comment.