summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d21fed177..f47b641e1 100755
--- a/configure
+++ b/configure
@@ -392,7 +392,7 @@ sub update
# We've Loaded the cache file and all our variables..
print "Updating files...\n";
getosflags();
- if ($opt_disable_debug == 1)
+ if (defined($opt_disable_debug) && $opt_disable_debug == 1)
{
print "Disabling debug information (-g).\n";
$config{OPTIMISATI} = "";