Revision: 57009
          http://sourceforge.net/p/brlcad/code/57009
Author:   brlcad
Date:     2013-08-21 02:59:38 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
check for posix_memalign (post-c99 posix.1 function)

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-08-21 01:42:16 UTC (rev 57008)
+++ brlcad/trunk/CMakeLists.txt 2013-08-21 02:59:38 UTC (rev 57009)
@@ -1705,6 +1705,7 @@
 BRLCAD_FUNCTION_EXISTS(mkstemp HAVE_MKSTEMP)
 BRLCAD_FUNCTION_EXISTS(pipe HAVE_PIPE)
 BRLCAD_FUNCTION_EXISTS(popen HAVE_POPEN)
+BRLCAD_FUNCTION_EXISTS(posix_memalign HAVE_POSIX_MEMALIGN) # IEEE Std 
1003.1-2001
 BRLCAD_FUNCTION_EXISTS(random HAVE_RANDOM)
 BRLCAD_FUNCTION_EXISTS(realpath HAVE_REALPATH)
 BRLCAD_FUNCTION_EXISTS(sbrk HAVE_SBRK)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to