aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2013-04-24 23:27:32 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2013-04-24 23:27:32 -0700
commit57fd73723bf863d08fd0a4b264818918d3284433 (patch)
tree872eeaf28ff511812ea1802ad6ad167242b700ce /m4
parent7358400caf8bd73b8e0ef3b4206eaca55a6c8448 (diff)
downloadtlsdate-57fd73723bf863d08fd0a4b264818918d3284433.tar.gz
For now we TARGET_OS_FREEBSD if we would also target TARGET_OS_GNUKFREEBSD
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_platform.m42
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"