summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-25 21:07:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-25 21:07:15 +0000
commit34df2c0d94f45d3b0070e28cb9e21914a33f0bdf (patch)
tree357131364f90db8bab8e5492a4c2f7d28d0dc287
parent52941397f8b0dd63c4c25306ffe8f06e12467af2 (diff)
I was wrong its in one place :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8367 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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";