mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
configure.ac: Add the check for the ffs function
When Cogl was sharing Clutter's configure script, it had a check for the ffs function of libc so that it can provide a fallback if it is not available. This fallback was missed in the split out so Cogl would end up always using the fallback.
This commit is contained in:
parent
0d5b38c8bf
commit
3919f3e97e
@ -688,6 +688,9 @@ dnl ================================================================
|
|||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
dnl ================================================================
|
dnl ================================================================
|
||||||
|
|
||||||
|
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 ================================================================
|
dnl ================================================================
|
||||||
dnl What needs to be substituted in other files
|
dnl What needs to be substituted in other files
|
||||||
|
Loading…
Reference in New Issue
Block a user