2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] do ld env for netbsd too

This commit is contained in:
Jelte Jansen 2011-11-14 16:12:30 +01:00
parent 60f2c617c5
commit 868282b5bb

View File

@ -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)