Browse Source

[master] do ld env for netbsd too

Jelte Jansen 13 years ago
parent
commit
868282b5bb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configure.ac

+ 3 - 0
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)