diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 21:16:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 21:16:10 +0000 |
commit | 9b9162fa1aa177c6636ec0140555641e1e95689d (patch) | |
tree | 35a694ff7b37d18c0ff0a2baa126c2f14443e06d | |
parent | 976698017418ed4490ba79dd8a40ac229740fec4 (diff) | |
download | mtk-20170518-9b9162fa1aa177c6636ec0140555641e1e95689d.zip mtk-20170518-9b9162fa1aa177c6636ec0140555641e1e95689d.tar.gz mtk-20170518-9b9162fa1aa177c6636ec0140555641e1e95689d.tar.bz2 |
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
-rw-r--r-- | include/site/linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/site/linux b/include/site/linux index ac34d30..492d1dd 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 |