]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
look for sed
[chaz/openbox] / configure.ac
index d1f2cc82595f67ce78df08492848489dbca55ccd..3df4eadefcb1f5d2dded410fe31e663df84995f2 100644 (file)
@@ -66,6 +66,11 @@ AC_CHECK_HEADERS(unistd.h sys/stat.h sys/select.h sys/time.h sys/wait.h)
 # AC_HEADER_TIME
 # AC_TYPE_SIGNAL
 
+AC_PATH_PROG([SED], [sed], [no])
+if test "$SED" = "no"; then
+  AC_MSG_ERROR([The program "sed" is not avaiable. This program is required to build Openbox.])
+fi
+
 PKG_CHECK_MODULES([GLIB], [glib-2.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
This page took 0.028342 seconds and 4 git commands to generate.