projects
/
platform
/
upstream
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c80240
)
Require C99
author
Wouter Verhelst
<w@uter.be>
Sun, 27 Feb 2011 23:30:47 +0000
(
00:30
+0100)
committer
Wouter Verhelst
<w@uter.be>
Sun, 27 Feb 2011 23:30:47 +0000
(
00:30
+0100)
We'll want to use a few C99-specific features, and C99 is getting older
than whisky now anyway.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 72f0148e0a91d528e04849acd10c432e720e7f9a..dd2cc2807d594e57bdb688955addb6e5eaddb595 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-82,7
+82,7
@@
AC_ARG_ENABLE(
]
)
-AC_PROG_CC
+AC_PROG_CC
_C99
AC_PROG_CPP
AC_PROG_INSTALL
AC_CANONICAL_HOST