summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-24 01:32:17 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-24 01:32:17 -0700
commit3467ce9ce1808121f1d77e318ae9be578a0825a1 (patch)
tree9ab110822a8a6b7acef622b5b8871bb5df7f6d38 /configure.ac
parent0ad0238ce7e1aa3533814c1fd9984e8091ca0e6a (diff)
downloadobexd-3467ce9ce1808121f1d77e318ae9be578a0825a1.tar.gz
Add checks for sed executable
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 672ed3a..00ddaef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_LANG_C
AC_PROG_CC
AC_PROG_CC_PIE
AC_PROG_INSTALL
+AC_PROG_SED
m4_define([_LT_AC_TAGCONFIG], [])
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])