mirror of
https://github.com/webmin/webmin.git
synced 2026-06-21 03:40:25 +01:00
fix module detection on windows
This commit is contained in:
2
setup.pl
2
setup.pl
@@ -236,7 +236,7 @@ else {
|
||||
if (!&has_command("process.exe")) {
|
||||
&errorexit("The command process.exe must be installed to run Webmin on Windows");
|
||||
}
|
||||
if (! eval "use Win32::Daemon; 1") {
|
||||
if (eval "use Win32::Daemon; 1") {
|
||||
&errorexit("The Perl module Win32::Daemon must be installed to run Webmin on Windows");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user