configure: Fix the pkg-config check for pango
It looks like the then-clause of the AS_IF macro needs to be in square brackets otherwise the configure script gets generated wrong and you get this output when you run it: configure: line 17339: COGL_PANGO_DEP_CFLAGS: command not found configure: line 17340: C: command not found configure: line 17341: COGL_PANGO_DEP_LIBS: command not found configure: line 17342: linker: command not found Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
96044c7d6b
commit
a8cc560a42
@ -1002,7 +1002,7 @@ fi
|
||||
AC_SUBST(COGL_PANGO_PKG_REQUIRES)
|
||||
|
||||
AS_IF([test "x$enable_cogl_pango" = "xyes"],
|
||||
PKG_CHECK_MODULES(COGL_PANGO_DEP, [$COGL_PANGO_PKG_REQUIRES])
|
||||
[PKG_CHECK_MODULES(COGL_PANGO_DEP, [$COGL_PANGO_PKG_REQUIRES])]
|
||||
)
|
||||
|
||||
dnl ================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user