[tor-commits] [tlsdate/debian-master] This allows us to generate Makefiles on DragonFly BSD

ioerror at torproject.org ioerror at torproject.org
Thu Oct 31 10:25:57 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 file changed, 1 insertion(+), 1 deletion(-)

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