From 3bbfbc1e0740890e14c7ec85deb58c4ba98137af Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 19 Jan 2008 01:26:14 +0000 Subject: And another tiny one git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8734 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} = ""; -- cgit v1.2.3