Parcourir la source

bug #1728: Set LD_LIBRARY_PATH on OpenBSD as well

Mukund Sivaraman il y a 13 ans
Parent
commit
652ae9e92f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      configure.ac

+ 3 - 0
configure.ac

@@ -123,6 +123,9 @@ case "$host" in
 *-netbsd*)
 	SET_ENV_LIBRARY_PATH=yes
 	;;
+*-openbsd*)
+	SET_ENV_LIBRARY_PATH=yes
+	;;
 esac
 AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
 AC_SUBST(SET_ENV_LIBRARY_PATH)