diff configure.ac @ 15085:e0d70bba8290

[gaim-migrate @ 17870] Fix this before it becomes a problem. But basically, if the first call to PKG_CHECK_MODULES is in a conditional block, and that condition is not matched, configure will die on the next call to PKG_CHECK_MODULES. This stops that from happening by forcing the initialization or whatever of pkg-config to always happend. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 02 Dec 2006 03:12:57 +0000
parents 902f3621aa13
children ce2212022a6b
line wrap: on
line diff
--- a/configure.ac	Fri Dec 01 23:34:40 2006 +0000
+++ b/configure.ac	Sat Dec 02 03:12:57 2006 +0000
@@ -19,6 +19,8 @@
 LIBTOOL="$LIBTOOL --silent"
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL
+PKG_PROG_PKG_CONFIG
+
 GETTEXT_PACKAGE=gaim
 AC_SUBST(GETTEXT_PACKAGE)