[tor-commits] [tlsdate/debian-master] For now we TARGET_OS_FREEBSD if we would also target TARGET_OS_GNUKFREEBSD

ioerror at torproject.org ioerror at torproject.org
Thu Oct 31 10:25:57 UTC 2013


commit 57fd73723bf863d08fd0a4b264818918d3284433
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Wed Apr 24 23:27:32 2013 -0700

    For now we TARGET_OS_FREEBSD if we would also target TARGET_OS_GNUKFREEBSD
---
 m4/ax_platform.m4 |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/m4/ax_platform.m4 b/m4/ax_platform.m4
index 6e9b20d..4fcccb6 100644
--- a/m4/ax_platform.m4
+++ b/m4/ax_platform.m4
@@ -61,6 +61,8 @@
         AC_DEFINE([TARGET_OS_FREEBSD],[1],[Whether we are building for FreeBSD])],
         [*kfreebsd*-gnu],
         [TARGET_OS_GNUKFREEBSD="true"
+        TARGET_OS_FREEBSD="true"
+        AC_DEFINE([TARGET_OS_FREEBSD],[1],[Whether we are building for FreeBSD])
         AC_DEFINE([TARGET_OS_GNUKFREEBSD],[1],[Whether we are building for GNU/kFreeBSD])],
         [*netbsd*],
         [TARGET_OS_NETBSD="true"





More information about the tor-commits mailing list