| 21761:4634f1049f4e | 21762:e60126916e30 |
|---|---|
| 381 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.0.0], , [ | 381 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.0.0], , [ |
| 382 AC_MSG_RESULT(no) | 382 AC_MSG_RESULT(no) |
| 383 AC_MSG_ERROR([ | 383 AC_MSG_ERROR([ |
| 384 | 384 |
| 385 You must have the GTK+ 2.0 development headers installed to compile Pidgin. | 385 You must have the GTK+ 2.0 development headers installed to compile Pidgin. |
| 386 If you only want to build Finch then specify --disable-gtkui when running configure. | 386 If you want to build only Finch then specify --disable-gtkui when running configure. |
| 387 ])]) | 387 ])]) |
| 388 | 388 |
| 389 AC_SUBST(GTK_CFLAGS) | 389 AC_SUBST(GTK_CFLAGS) |
| 390 AC_SUBST(GTK_LIBS) | 390 AC_SUBST(GTK_LIBS) |
| 391 | 391 |