projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6451ad6
)
Check for sed in configure.ac
author
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 16:48:44 +0000
(12:48 -0400)
committer
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 16:48:44 +0000
(12:48 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ba9ad41bd4112f9dd211293700bdbc19b8e776ce..212b17407f53e8aea7cf3869fa708ae3baeedc18 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-25,6
+25,7
@@
AC_LANG(C)
### Programs
+AC_PROG_SED
AC_PATH_PROG(CAT, cat)
AC_PROG_CC
AC_PROG_CC_C99