CVS: rdesktop configure.ac,1.36,1.37

Michael Gernoth <[email protected]> Wed, 15 Nov 2006 01:15:38 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25269

Modified Files:
	configure.ac 
Log Message:
Don't depend on pkg-config during bootstrap


Index: configure.ac
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** configure.ac	6 Nov 2006 22:42:34 -0000	1.36
--- configure.ac	15 Nov 2006 09:15:36 -0000	1.37
***************
*** 28,31 ****
--- 28,40 ----
  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=""
  


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV