From 868282b5bbeadf7ba0dda49cb9813a1cb5ad09e7 Mon Sep 17 00:00:00 2001 From: Jelte Jansen Date: Mon, 14 Nov 2011 16:12:30 +0100 Subject: [PATCH] [master] do ld env for netbsd too --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 516d3262d1..2692ddbb7d 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,9 @@ case "$host" in *-freebsd*) SET_ENV_LIBRARY_PATH=yes ;; +*-netbsd*) + SET_ENV_LIBRARY_PATH=yes + ;; esac AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes) AC_SUBST(SET_ENV_LIBRARY_PATH)