projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4a165
)
-c99 -> -restrict
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 16 Jan 2003 14:21:48 +0000
(14:21 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 16 Jan 2003 14:21:48 +0000
(14:21 +0000)
configure.in.pre
patch
|
blob
|
history
diff --git
a/configure.in.pre
b/configure.in.pre
index 2e0f4f7d2b8b56ff89375b3ffe47835e934bb41a..1fb1bdefbbcb1169acfa66370de4fc18816ea6b8 100644
(file)
--- 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