summaryrefslogtreecommitdiffstats
path: root/imap/Makefile.am
diff options
context:
space:
mode:
authorSam Varshavchik2022-04-18 00:07:13 -0400
committerSam Varshavchik2022-04-18 00:07:13 -0400
commit412734515b10bea970348dacdf42be3dc59845a6 (patch)
treee3bc159c3585d8e3b75fdaaf61729b884f430871 /imap/Makefile.am
parent867cce4e32e7e64651887664724aa7f06566cb4b (diff)
downloadcourier-libs-412734515b10bea970348dacdf42be3dc59845a6.tar.bz2
courier-imap: remove the --disable-root-check configure option
Diffstat (limited to 'imap/Makefile.am')
-rw-r--r--imap/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index 9561e32..b6623d9 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -210,10 +210,6 @@ endif
check-am:
@test "@MAKECHECKBROKEN@" = "Y" || exit 0; echo "" ; echo "Error: --with-trashquota or the --enable-workarounds-for-imap-client-bugs" ; echo "option was specified to the configure script."; echo ""; echo "As INSTALL told you, make check fails if these options are used, and I wasn't"; echo "kidding when I wrote it. Reconfigure and rebuild without these options, then"; echo "rerun make and make check. If make check passes, reconfigure again with your"; echo "original options, and proceed with installing this server. Have fun!"; exit 1
- @test "@rootcheck@" = "no" && exit 0; cp /dev/null conftest1 ; chmod 000 conftest1 ; test -w conftest1 || \
- exit 0; echo "=============================" ; \
- echo "Do not run make check as root" ; \
- echo "=============================" ; exit 1
@rm -f conftest1
@chmod +x testsuitefix.pl
unset IMAP_USELOCKS; LC_ALL=C; export LC_ALL; $(srcdir)/testsuite | ./testsuitefix.pl | sort | cmp -s - $(srcdir)/testsuite.txt