Hi,

the --disable-root-check option for configure is broken since 0.44.1. The 
reason is a typo in the configure script.

here is also a patch for it:

----SNIP---
diff -Nru courier-0.44.1/configure courier-0.44.1-ae/configure
--- courier-0.44.1/configure    2003-11-28 02:05:09.000000000 +0100
+++ courier-0.44.1-ae/configure 2003-11-28 21:16:21.000000000 +0100
@@ -18942,7 +18942,7 @@
 # Check whether --enable-root-check or --disable-root-check was given.
 if test "${enable_root_check+set}" = set; then
   enableval="$enable_root_check"
-  rootcheck="$withval"
+  rootcheck="$enableval"
 else
   rootcheck="yes"
 fi;
---SNIP---

regards

-- 
Andreas Erhart
An der Gruenwalder Bruecke 2
82049 Pullach im Isartal
Tel.: +49(0)89/7931743
Fax: +49(0)89/79312150
Mobil: +49(0)172/9869197
email: [EMAIL PROTECTED]
www: http://www.zollhaus.net


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to