You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the configure.ac code currently does:
AC_PATH_PROG(PKG_CONFIG, pkg-config)
if test x"$PKG_CONFIG" = x""; then
AC_MSG_ERROR([pkg-config not found.])
fi
it should instead delete that and call the standard macro:
PKG_PROG_PKG_CONFIG
Original issue reported on code.google.com by vapier@gmail.com on 24 May 2013 at 5:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
vapier@gmail.com
on 24 May 2013 at 5:07The text was updated successfully, but these errors were encountered: