summaryrefslogtreecommitdiffstats
path: root/imap
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
parent867cce4e32e7e64651887664724aa7f06566cb4b (diff)
downloadcourier-libs-412734515b10bea970348dacdf42be3dc59845a6.tar.bz2
courier-imap: remove the --disable-root-check configure option
Diffstat (limited to 'imap')
-rw-r--r--imap/ChangeLog5
-rw-r--r--imap/Makefile.am4
2 files changed, 5 insertions, 4 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog
index a52a039..dad6c2e 100644
--- a/imap/ChangeLog
+++ b/imap/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-17 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * courier, courier-imap: remove the --disable-root-check configure
+ option, now that make check can deal with it.
+
2022-04-14 Sam Varshavchik <mrsam@courier-mta.com>
* Add scripts to create installable .deb packages, update
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