You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2009/03/24 01:08:14 UTC

svn commit: r757609 - /apr/apr/trunk/build/aprenv.py

Author: pquerna
Date: Tue Mar 24 00:08:14 2009
New Revision: 757609

URL: http://svn.apache.org/viewvc?rev=757609&view=rev
Log:
SCons: fixup UUID lib detection.

Modified:
    apr/apr/trunk/build/aprenv.py

Modified: apr/apr/trunk/build/aprenv.py
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/aprenv.py?rev=757609&r1=757608&r2=757609&view=diff
==============================================================================
--- apr/apr/trunk/build/aprenv.py (original)
+++ apr/apr/trunk/build/aprenv.py Tue Mar 24 00:08:14 2009
@@ -511,7 +511,9 @@
         'memchr',
         'iovec',
         'fork',
-        'mmap'
+        'mmap',
+        'uuid_create',
+        'uuid_generate',
     ]
 
     for func in check_functions:
@@ -533,7 +535,7 @@
     subst['@have_unicode_fs@'] = 0
     subst['@have_proc_invoked@'] = 0
     subst['@aprlfs@'] = 0
-    subst['@osuuid@'] = 0
+    subst['@osuuid@'] = subst['@have_uuid_generate@'] or subst['@have_uuid_create@']
     subst['@file_as_socket@'] = 1
 
     # check for IPv6 (the user is allowed to disable this via commandline