[Xorp-cvs] XORP cvs commit: xorp/config

Pavlin Radoslavov pavlin at icir.org
Mon Jul 17 17:28:02 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-07-18 00:28:02 UTC

XORP CVS repository


Modified files:
	config        compiler_flags.m4 

Log message:
	Use AC_TRY_LINK() instead of AC_TRY_RUN() to test for C/C++ compiler
	flags, because AC_TRY_RUN() doesn't work in cross-compiling environment.
	
	Note that we shouldn't use alternatives like AC_COMPILE_IFELSE,
	because they automatically use gcc flag -c to compile the code,
	hence the compilation will fail if we test a flag like "-lcrypto".

Revision  Changes                               Path
1.10      +25 -9;  commitid: c96344bc2a417ea6;  xorp/config/compiler_flags.m4



More information about the Xorp-cvs mailing list