summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-31 12:55:27 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-12-01 18:42:03 +0100
commit9270f0d69ec7096286c592a5543fecdf7bfbef11 (patch)
tree066c50a594664b3e2994c232516946a940702c25 /configure.ac
parente88f5d10660933bd1be0b1a74e19a27b405f791e (diff)
downloadlibgphoto2-9270f0d69ec7096286c592a5543fecdf7bfbef11.tar.gz
Invoke AC_PROG_SED before using ${SED}
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,