Revision: 7354
http://playerstage.svn.sourceforge.net/playerstage/?rev=7354&view=rev
Author: robotos
Date: 2009-02-24 09:49:34 +0000 (Tue, 24 Feb 2009)
Log Message:
-----------
HAVE_OPENAL false if not found
Modified Paths:
--------------
code/gazebo/trunk/SConstruct
Modified: code/gazebo/trunk/SConstruct
===================================================================
--- code/gazebo/trunk/SConstruct 2009-02-23 22:59:14 UTC (rev 7353)
+++ code/gazebo/trunk/SConstruct 2009-02-24 09:49:34 UTC (rev 7354)
@@ -186,6 +186,8 @@
# Test for openal
if simpleconf.CheckLibWithHeader('openal', 'al.h', 'CXX'):
env["HAVE_OPENAL"] = True
+else:
+ env["HAVE_OPENAL"] = False
simpleconf.Finish()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit