X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=517014d911031fb3a71ffdc456f823aa4e2c874c;hb=4840d5e77572f42b710501912d59b5dbb6d2c2af;hp=6d2ad76a1e9f0bc0af1071dcdbd7986ef126cfcc;hpb=52941397f8b0dd63c4c25306ffe8f06e12467af2;p=user%2Fhenk%2Fcode%2Finspircd.git 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";