summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 22b665620..1a4f03330 100755
--- a/configure
+++ b/configure
@@ -677,6 +677,9 @@ else
print "no ($config{OSNAME})\n";
}
+print "Checking for upgrades to extra and third party modules... ";
+system "./modulemanager upgrade";
+
################################################################################
# BEGIN INTERACTIVE PART #
################################################################################