From a869fcece051c6daf372fd8332a6e55285ddfb12 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 16 Jan 2003 14:21:48 +0000 Subject: [PATCH] -c99 -> -restrict --- configure.in.pre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0