]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
- Tear out a useless load of XLine clutters that did nothing much except confuse...
[user/henk/code/inspircd.git] / configure
index 6d2ad76a1e9f0bc0af1071dcdbd7986ef126cfcc..517014d911031fb3a71ffdc456f823aa4e2c874c 100755 (executable)
--- 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";