В Fri, 09 Oct 2009 16:34:38 +0800, 张亚霏 написа: > AM_CONDITIONAL([BUILD_PCRECPP],[test "$build_pcrecpp"="true"])
Put spaces around `=' (also for the BUILD_LIBICONV conditional). The test for pcrecpp has to be performed with a C++ compiler, otherwise the conditional will always be false. (You can enclose it in AC_LANG_PUSH/AC_LANG_POP, for example.) _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
