Don't depend on pkg-config during bootstrap

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1334 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-11-15 09:15:36 +00:00
parent 392b8f0d1a
commit a520715f00

View File

@ -27,6 +27,15 @@ AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HAVE_LANGINFO_H))
AC_CHECK_TOOL(STRIP, strip, :)
dnl Don't depend on pkg-config
m4_ifdef([PKG_CHECK_MODULES], [], [
m4_errprint([warning: pkg-config checks are not available])
m4_defun([PKG_CHECK_MODULES], [
AC_MSG_WARN([pkg-config not available, cannot check for $2])
$4
])
])
rpath=""
#