comparison configure.ac @ 21643:146766959840

Fix a grammar mistake I managed to catch.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 26 Nov 2007 06:41:00 +0000
parents 6b10805d29bc
children d7845234c752 ae8a9f2866bd
comparison
equal deleted inserted replaced
21642:372711300f57 21643:146766959840
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