mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
build: Look for sed
Use AC_PROG_SED to find sed in a portable way.
This commit is contained in:
parent
c2176c778a
commit
42508e6091
@ -79,6 +79,8 @@ CLUTTER_LT_AGE=lt_age
|
||||
CLUTTER_LT_VERSION="$CLUTTER_LT_CURRENT:$CLUTTER_LT_REV:$CLUTTER_LT_AGE"
|
||||
CLUTTER_LT_LDFLAGS="-version-info $CLUTTER_LT_VERSION"
|
||||
|
||||
AC_PROG_SED
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_MSG_CHECKING([if building for some Win32 platform])
|
||||
AS_CASE([$host],
|
||||
|
Loading…
Reference in New Issue
Block a user