From: Felix Fietkau Date: Tue, 1 Feb 2011 21:16:10 +0000 (+0000) Subject: add sitefile entries for ac_cv_func_creal,cimag - the functions are there, but config... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=9b9162fa1aa177c6636ec0140555641e1e95689d add sitefile entries for ac_cv_func_creal,cimag - the functions are there, but configure tests in imagemagick fail to detect them SVN-Revision: 25292 --- diff --git a/include/site/linux b/include/site/linux index ac34d30f6c..492d1ddde1 100644 --- a/include/site/linux +++ b/include/site/linux @@ -9,6 +9,8 @@ ac_cv_func__exit=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_bcmp=yes +ac_cv_func_creal=yes +ac_cv_func_cimag=yes ac_cv_func_fchmod=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes