From: Dana Jansens Date: Sun, 31 Aug 2003 20:25:07 +0000 (+0000) Subject: i dont use sed for anything, no need to check for it X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=eabb24ae8a3bb720babb4f5207b97b165c08eaa3;p=chaz%2Fopenbox i dont use sed for anything, no need to check for it --- diff --git a/configure.ac b/configure.ac index 8627f004..2c0a25c8 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,6 @@ AC_CONFIG_SRCDIR([openbox/openbox.c]) AC_PREFIX_DEFAULT([/usr/local]) test "$prefix" = "NONE" && prefix=$ac_default_prefix -AC_PATH_PROG([SED], [sed]) -test "$SED" || AC_MSG_ERROR([sed not found]) - # Determine build target OB_DEBUG # Pick compiler specific/build target flags, and set $CVS