php 5.3.20 fails to build with the imap use flag enabled. The configure script is looking for the static library to c-client and failing to build. I will attach a build.log. Reproducible: Always Steps to Reproduce: USE="imap" emerge =dev-lang/php-5.3.20:5.3
Created attachment 335548 [details] build.log
Nevermind, I had a symlink from /usr/include to /usr/local/include. The configure script apparently prefers /usr/local over /usr when searching for imap. I removed the symlink and the configure script works fine now.