summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 116bab6f..816bc369 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,13 @@ gl_INIT
AC_PROG_LIBTOOL
-AC_PROG_SED
+# Define $(SED).
+m4_ifdef([AC_PROG_SED],[
+ AC_PROG_SED
+],[
+ dnl ... else hope for the best
+ AC_SUBST([SED], "sed")
+])
dnl Check for basic C environment.
AC_PROG_CC_STDC