summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-18 20:45:52 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-18 22:49:20 +0100
commite19065a708572d5b6ffa0de41bd5c85b6837ac38 (patch)
tree9803775a2d850050a63d4676223210a5019c0552
parent30d6a38d4cf6ed373dcd1221cb605f42930b1ed5 (diff)
downloadlibgphoto2-e19065a708572d5b6ffa0de41bd5c85b6837ac38.tar.gz
Try AC_PROG_SED before setting SED by hand
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b25346a32..51adba51a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,9 +78,11 @@ AC_PROG_INSTALL
AM_PROG_CC_C_O
m4_ifdef([AM_PROG_AR], [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.
+m4_ifdef([AC_PROG_SED], [AC_PROG_SED])
SED=${SED-sed}
dnl ---------------------------------------------------------------------------