summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-24 18:03:36 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-24 18:03:36 +0000
commit2ab88037d8d7d6df3fb9686216a0b36f5ece2313 (patch)
tree11de6ce24e8697daa45e15f89e510128476c6b88 /configure
parent57f0a0ffb9380aa3f5afcfab71da7ba9ccc9572d (diff)
Pedantic clean
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8349 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f34e63a0d..fb4b80ade 100755
--- a/configure
+++ b/configure
@@ -1008,7 +1008,7 @@ sub getosflags {
$config{LDLIBS} = "-lstdc++";
$config{FLAGS} = "-fPIC -Wall -pedantic $config{OPTIMISATI}";
- $config{DEVELOPER} = "-fPIC -Wall -pedantic -g";
+ $config{DEVELOPER} = "-fPIC -Wall -std=c99 -pedantic -g";
$SHARED = "-Wl,--rpath -Wl,$config{LIBRARY_DIR} -shared";
$config{MAKEPROG} = "make";