summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-19 01:26:14 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-19 01:26:14 +0000
commit3bbfbc1e0740890e14c7ec85deb58c4ba98137af (patch)
tree9b00fa54c2c8778b1bb292d87ce13313789058c0
parent17afa4f05ac0a4086c1feb5cad2f1a5d0f548c09 (diff)
And another tiny one
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8734 e03df62e-2008-0410-955e-edbf42e46eb7
-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} = "";