[tlsdate/master] For now we TARGET_OS_FREEBSD if we would also target TARGET_OS_GNUKFREEBSD

commit 57fd73723bf863d08fd0a4b264818918d3284433 Author: Jacob Appelbaum <jacob@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 files changed, 2 insertions(+), 0 deletions(-) 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"
participants (1)
-
ioerror@torproject.org