summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-27 14:26:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-27 14:26:47 +0200
commit1100f7aaab11ed08c99bf92d90b73bbb7ee07939 (patch)
treebd27013344ce9a3f18e7ebd0d8f5e6bcb41c3c6a /configure.ac
parent9fefeb6c3e60b9d4853d76ea07ae44db180728af (diff)
downloadgnutls-1100f7aaab11ed08c99bf92d90b73bbb7ee07939.tar.gz
check for sed in configure.ac and use the output variable in Makefiles
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3882af28e..af38fa5e29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AM_PROG_AR
AC_PROG_CXX
AM_PROG_CC_C_O
AC_PROG_YACC
+AC_PROG_SED
AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [/bin/true])
if test x"$AUTOGEN" = "x/bin/true"; then