Revision: 41121
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41121&view=rev
Author:   brlcad
Date:     2010-10-22 12:34:31 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
the random check isn't being used any more so remove it.  also, the BUILD_BOOST 
rule was checking the wrong ac_cv_header_limit so it was always false.  this 
gives it a chance.

Modified Paths:
--------------
    brlcad/trunk/configure.ac

Modified: brlcad/trunk/configure.ac
===================================================================
--- brlcad/trunk/configure.ac   2010-10-21 17:35:02 UTC (rev 41120)
+++ brlcad/trunk/configure.ac   2010-10-22 12:34:31 UTC (rev 41121)
@@ -2246,7 +2246,6 @@
        mkstemp \
        pipe \
        popen \
-       random \
        sbrk \
        setenv \
        setpgid \
@@ -3869,7 +3868,7 @@
 AM_CONDITIONAL(BUILD_ZLIB, [test "x$build_brlcad_zlib" = "xyes"])
 AM_CONDITIONAL(BUILD_URT, [test "x$build_brlcad_urt" = "xyes"])
 AM_CONDITIONAL(BUILD_OPENNURBS, [test "x$build_brlcad_opennurbs" = "xyes"])
-AM_CONDITIONAL(BUILD_BOOST, [test "x$ac_cv_header_limit" = "xyes" && test 
"x$ac_cv_header_istream" = "xyes"])
+AM_CONDITIONAL(BUILD_BOOST, [test "x$ac_cv_header_limits" = "xyes" && test 
"x$ac_cv_header_istream" = "xyes"])
 AM_CONDITIONAL(BUILD_STEP, [test "x$build_brlcad_step" = "xyes"])
 AM_CONDITIONAL(BUILD_TERMLIB, [test "x$build_brlcad_termlib" = "xyes"])
 AM_CONDITIONAL(BUILD_TNT, [test "x$build_brlcad_tnt" = "xyes"])


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to