mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
configure.ac: Remove the check for 'ffs'
The check for the ffs function is only needed by Cogl we don't need to have it in Clutter's configure script anymore.
This commit is contained in:
parent
ea502fd492
commit
dbae7e6014
@ -98,10 +98,6 @@ AM_CONDITIONAL(OS_WIN32, [test "$platform_win32" = "yes"])
|
||||
AC_SUBST(CLUTTER_LT_VERSION)
|
||||
AC_SUBST(CLUTTER_LT_LDFLAGS)
|
||||
|
||||
dnl The 'ffs' function is part of C99 so it isn't always
|
||||
dnl available. Cogl has a fallback if needed.
|
||||
AC_CHECK_FUNCS([ffs])
|
||||
|
||||
dnl ========================================================================
|
||||
|
||||
# Checks for programs.
|
||||
|
Loading…
Reference in New Issue
Block a user