[tor-commits] [tlsdate/master] This allows us to generate Makefiles	on DragonFly BSD
    ioerror at torproject.org 
    ioerror at torproject.org
       
    Fri Apr 19 04:11:44 UTC 2013
    
    
  
commit cb5fa1ce36cce68d3714be193a474250c4d08009
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Thu Apr 18 19:59:10 2013 -0700
    This allows us to generate Makefiles on DragonFly BSD
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 4f6f639..8981cef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ then
   export WARNINGS
 fi
 
-if [ $(uname) = NetBSD ];
+if [ $(uname) = NetBSD ] || [ $(uname) = DragonFly ];
 then
   WARNINGS=""
   export WARNINGS
    
    
More information about the tor-commits
mailing list