wok diff m4/receipt @ rev 16659

linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 06:07:40 2014 +0000 (2014-05-14)
parents f4cabbf676fc
children ff335549cb5f
line diff
     1.1 --- a/m4/receipt	Mon Sep 23 12:51:41 2013 +0000
     1.2 +++ b/m4/receipt	Wed May 14 06:07:40 2014 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make 2>&1 | grep -v "ERROR''@|" | grep -v "ERROR_R''@|" &&
     1.8 +	make &&
     1.9  	make install
    1.10  }
    1.11