From 174f5ba99ad633cf538ca0d2644418ea69fe9853 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 18 Sep 2014 20:29:49 +0800 Subject: Makefile/configure: detect and use sed from configure --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 43276ff2..589d80a1 100644 --- a/configure.ac +++ b/configure.ac @@ -90,6 +90,7 @@ fi AC_PROG_CXX([g++ c++]) AC_PROG_INSTALL +AC_PROG_SED AC_LANG(C++) echo "CXXFLAGS: $CXXFLAGS" -- cgit v1.2.3