Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 567570 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-8 / +4 lines)
Lines 409-422 Link Here
409
				[AC_MSG_WARN([cross compiling: not checking])])
409
				[AC_MSG_WARN([cross compiling: not checking])])
410
			 ])
410
			 ])
411
411
412
		 AC_COMPILE_IFELSE(
412
		 AC_CHECK_DECLS([purple_media_set_encryption_parameters,purple_media_set_decryption_parameters],
413
			[AC_LANG_PROGRAM([[
413
			 [AC_DEFINE(HAVE_SRTP, 1, [Define if we have SRTP support in media backend.])],
414
#include <media.h>
414
			 [],
415
				]],
415
			 [[#include <media.h>]]
416
				[[purple_media_set_encryption_parameters(NULL, "", "", "", "", 0);
417
			          purple_media_set_decryption_parameters(NULL, "", "", "", "", "", 0);]]
418
			 )],
419
			 [AC_DEFINE(HAVE_SRTP, 1, [Define if we have SRTP support in media backend.])]
420
		 )
416
		 )
421
417
422
		 CFLAGS=$ac_save_CFLAGS
418
		 CFLAGS=$ac_save_CFLAGS

Return to bug 567570