# HG changeset patch # User Gary Kramlich # Date 1165029177 0 # Node ID e0d70bba8290777ad16099948257646c2a5cd5e6 # Parent 8fc4d62b14ad3661604898d7d7027061c5091102 [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 diff -r 8fc4d62b14ad -r e0d70bba8290 configure.ac --- 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)