summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 27ddee379..19afd97de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,13 +111,9 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_INSTALL
+AC_PROG_SED
AM_PROG_AR
-dnl Something with the sequences is not quite alright yet.
-dnl SED is supposed to be set in AC_LIBTOOL_SETUP, but the
-dnl sequence seems to get mixed up.
-SED=${SED-sed}
-
dnl If CXX is neither unset nor empty nor "no", presume we can compile
dnl C++ sources. A C++ compiler is not required for libgphoto2 itself,