aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b8ee11f0..5ca40f38 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
####################################################################################################
#
# Mother script for Qt Modularization
@@ -8,6 +8,7 @@
#
####################################################################################################
use strict;
+use warnings;
use File::Basename;
use File::Path;