Skip to content

Commit

Permalink
fix --disable-private-home compile option
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 8, 2022
1 parent e903146 commit d18aec7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,3 @@ Stats:

### New profiles:

clion-eap, lifeograph, io.github.lainsce.Notejot, rednotebook, zim, microsoft-edge-beta, ncdu2, gallery-dl, yt-dlp, goldendict, bundle,
cmake, make, meson, pip, codium, telnet, ftp, OpenStego, imv, retroarch, torbrowser, CachyBrowser, notable, RPCS3, wget2, raincat,
cointop, 1password, Seafile, neowim
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,7 @@ if test "x$enable_firetunnel" != "xno"; then :
fi
HAVE_PRIVATEHOME=""
HAVE_PRIVATE_HOME=""
# Check whether --enable-private-home was given.
if test "${enable_private_home+set}" = set; then :
Expand Down Expand Up @@ -3846,7 +3846,7 @@ if test "x$enable_lts" = "xyes"; then :
HAVE_USERTMPFS=""
HAVE_MAN="-DHAVE_MAN"
HAVE_FIRETUNNEL=""
HAVE_PRIVATEHOME=""
HAVE_PRIVATE_HOME=""
HAVE_CHROOT=""
HAVE_GLOBALCFG=""
HAVE_USERNS=""
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ AS_IF([test "x$enable_firetunnel" != "xno"], [
HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
])

HAVE_PRIVATEHOME=""
HAVE_PRIVATE_HOME=""
AC_SUBST([HAVE_PRIVATE_HOME])
AC_ARG_ENABLE([private-home],
[AS_HELP_STRING([--disable-private-home], [disable private home feature])])
Expand Down Expand Up @@ -249,7 +249,7 @@ AS_IF([test "x$enable_lts" = "xyes"], [
HAVE_USERTMPFS=""
HAVE_MAN="-DHAVE_MAN"
HAVE_FIRETUNNEL=""
HAVE_PRIVATEHOME=""
HAVE_PRIVATE_HOME=""
HAVE_CHROOT=""
HAVE_GLOBALCFG=""
HAVE_USERNS=""
Expand Down

0 comments on commit d18aec7

Please sign in to comment.