cmake/common: add missing checks for eina, simplify to one file.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Wed, 25 Jan 2017 15:03:52 +0000 (13:03 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Wed, 25 Jan 2017 21:29:20 +0000 (19:29 -0200)
commit4d21d6c56a697e0cfaa11cee5a6fb3f16739ddac
tree7e5d6738578a3b30ad1e5229adb42c342e53bdf8
parenta306cba6c3d581e36fddb4858e27643e07fb0754
cmake/common: add missing checks for eina, simplify to one file.

Since the macros were moved to EflMacros.cmake, there is no reason to
keep CommonHeaderChecks.cmake anymore, put them all in
config/common.cmake

Keep the checks sorted so they're easy to organize.

Add missing check for prctl() and iconv() (which we were checking
iconv.h, but the code used '#if HAVE_ICONV').
cmake/config/common.cmake
cmake/helpers/CommonHeaderChecks.cmake [deleted file]