From 34df2c0d94f45d3b0070e28cb9e21914a33f0bdf Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 25 Oct 2007 21:07:15 +0000 Subject: I was wrong its in one place :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8367 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6d2ad76a1..517014d91 100755 --- a/configure +++ b/configure @@ -1009,7 +1009,7 @@ sub getosflags { $config{LDLIBS} = "-lstdc++"; $config{FLAGS} = "-fPIC -Wall -pedantic $config{OPTIMISATI}"; - $config{DEVELOPER} = "-fPIC -Wall -std=c99 -pedantic -g"; + $config{DEVELOPER} = "-fPIC -Wall -pedantic -g"; $SHARED = "-Wl,--rpath -Wl,$config{LIBRARY_DIR} -shared"; $config{MAKEPROG} = "make"; -- cgit v1.2.3