diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-19 01:26:14 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-19 01:26:14 +0000 |
commit | 3bbfbc1e0740890e14c7ec85deb58c4ba98137af (patch) | |
tree | 9b00fa54c2c8778b1bb292d87ce13313789058c0 | |
parent | 17afa4f05ac0a4086c1feb5cad2f1a5d0f548c09 (diff) |
And another tiny one
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8734 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} = ""; |