-c99 -> -restrict
authorPekka Riikonen <priikone@silcnet.org>
Thu, 16 Jan 2003 14:21:48 +0000 (14:21 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 16 Jan 2003 14:21:48 +0000 (14:21 +0000)
configure.in.pre

index 2e0f4f7d2b8b56ff89375b3ffe47835e934bb41a..1fb1bdefbbcb1169acfa66370de4fc18816ea6b8 100644 (file)
@@ -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