efl: minor AC_CHECK_LIB() cleanup.

SVN revision: 81908
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-30 19:05:18 +00:00
parent 1453b3848b
commit 458b70bbe6
1 changed files with 1 additions and 5 deletions

View File

@ -1601,11 +1601,7 @@ AC_CHECK_TYPES([struct sigaction], [], [],
AC_CHECK_FUNCS([siglongjmp])
res=no
AC_CHECK_LIB([m], [lround], [res=yes], [res=no])
if test "x${res}" = "xyes" ; then
AC_DEFINE([HAVE_LROUND], [1], [C99 lround function exists])
fi
AC_CHECK_LIB([m], [lround], [AC_DEFINE([HAVE_LROUND], [1], [C99 lround function exists])])
if test "x${want_evas_image_loader_generic}" = "xyes" || test "x${want_evas_cserve2}" = "xyes" ; then
EFL_CHECK_FUNC([EVAS], [shm_open])