]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
m_check: replace timestring() with a Write() overlod.
[user/henk/code/inspircd.git] / configure
index fd39a96f7bf90da1e54487fe4a342cab2547281a..a75e333f91245b5bc0db58254464fd8f884631b6 100755 (executable)
--- a/configure
+++ b/configure
@@ -251,9 +251,6 @@ EOW
 $config{USER} = $user[0];
 $config{UID}  = $user[2];
 
-# Clear the screen.
-system 'tput', 'clear' if $interactive;
-
 # Warn the user about clock drifting when running on OpenVZ.
 if (-e '/proc/user_beancounters' || -e '/proc/vz/vzaquota') {
        print_warning <<'EOW';