You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/m17n-lib/files/m17n-lib-pkg-config.patch

20 lines
465 B

--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,6 @@
M17N_EXT_LIBS=
AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes)
-AM_CONDITIONAL([HAVE_PKG_CONFIG], [test x$HAVE_PKG_CONFIG = xyes])
if test "x$no_x" != "xyes"; then
AC_DEFINE(HAVE_X11, 1, [Define to 1 if you have X11.])
@@ -318,6 +317,8 @@
fi
+AM_CONDITIONAL([HAVE_PKG_CONFIG], [test x$HAVE_PKG_CONFIG = xyes])
+
dnl Check for libxml2 usability.
save_CPPFLAGS="$CPPFLAGS"
save_LIBS="$LIBS"