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 | 6e4ae864800fb754be7bdb180deb04ca31588c92 (patch) | |
tree | 786544f42949a333636b415d45a01e001c9c9c2d /include/site | |
parent | d6b56c1112e938ffc3b0cbf868368bc74eb83f0f (diff) | |
download | upstream-6e4ae864800fb754be7bdb180deb04ca31588c92.tar.gz upstream-6e4ae864800fb754be7bdb180deb04ca31588c92.tar.bz2 upstream-6e4ae864800fb754be7bdb180deb04ca31588c92.zip |
add sitefile entries for ac_cv_func_creal,cimag - the functions are there, but configure tests in imagemagick fail to detect them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/site')
-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 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 |