forked from AuroraMiddleware/gtk
3a7fbb3b30
AM_PATH_GTK_3_0 uses AC_PATH_PROG for finding pkg-config. Unfortunately, that will find the build architecture pkg-config which in turn will miss the host architecture gtk+3.0. What must be used here is the host architecture pkg-config and that is found with AC_PATH_TOOL. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894069 Reviewed-by: Simon McVittie <smcv@debian.org> Fixes: #133 |
||
---|---|---|
.. | ||
gtk-3.0.m4 | ||
Makefile.am |