aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 645b1125e..ef68f01ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,6 +153,7 @@ AS_CASE(["$host_os"],
153 [*netbsd*],[ 153 [*netbsd*],[
154 AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) 154 AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
155 AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system]) 155 AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system])
156 build_target="netbsd"
156 LIBPREFIX= 157 LIBPREFIX=
157 DLLDIR=lib 158 DLLDIR=lib
158 UNIXONLY="#" 159 UNIXONLY="#"