From: Pekka Riikonen Date: Thu, 16 Jan 2003 14:21:48 +0000 (+0000) Subject: -c99 -> -restrict X-Git-Tag: silc.client.0.9.11.1~1 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=a869fcece051c6daf372fd8332a6e55285ddfb12;p=silc.git -c99 -> -restrict --- diff --git a/configure.in.pre b/configure.in.pre index 2e0f4f7d..1fb1bdef 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -355,9 +355,9 @@ else ;; esac - # Intel C++ Compiler needs -c99 (or -restrict) + # Intel C++ Compiler needs -restrict if test "x$CC" = "xicc"; then - SILC_ADD_CFLAGS(-c99) + SILC_ADD_CFLAGS(-restrict) fi fi