pkg-config can have cross-compiler variants.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1632 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Pierre Ossman 2011-08-24 15:09:18 +00:00
parent 5274e765af
commit 25d2d69f63

View File

@ -27,7 +27,7 @@ if test "$no_x" = "yes"; then
exit 1
fi
AC_PATH_PROG(PKG_CONFIG, pkg-config)
AC_PATH_TOOL(PKG_CONFIG, pkg-config)
AC_SEARCH_LIBS(socket, socket)
AC_SEARCH_LIBS(inet_aton, resolv)