Re: AM_CONDITIONAL seems failure, help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



В 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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux