vdr: fix dependency for libintl
[openembedded.git] / recipes / gnome / libbonobo / configure-gthread.patch
blob005fa6760a2430075b09509f65f7282e44461f6b
1 --- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100
2 +++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100
3 @@ -166,7 +166,7 @@
4 AC_MSG_RESULT(no)
5 AC_MSG_ERROR(
6 [No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED])
7 - ]
8 + ],[AC_MSG_RESULT(yes)]
10 CFLAGS=$libbonobo_save_CFLAGS
11 LIBS=$libbonobo_save_LIBS