]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linphone/files/disable-gtk-doc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linphone / files / disable-gtk-doc.patch
1 --- linphone-0.12.2/configure.in        2004-03-31 21:22:55.000000000 +0100
2 +++ linphone-0.12.2.hh1/configure.in    2004-08-31 19:44:48.000000000 +0100
3 @@ -313,7 +358,10 @@
4  fi
5  
6  AC_SUBST(HTML_DIR)
7 -PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no )
8 +AC_ARG_ENABLE(gtk-doc, [  --enable-gtk-doc  enable documentation build])
9 +if test "x$enable_gtk_doc" != "xno" ; then
10 +  PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no )
11 +fi
12  AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes )
13  
14  LINPHONE_CFLAGS="$GLIB_CFLAGS -I${includedir} -I${includedir}/linphone -I${includedir}/osipua -I${includedir}/ortp "