[libbluray-devel] use the correct OS directory for Java on Solaris
Sean McGovern
git at videolan.org
Wed Sep 11 09:46:57 CEST 2013
libbluray | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sat Sep 7 14:31:47 2013 -0400| [0d834673eadab5c9f5b02601ecb8e6f9080faad1] | committer: anonymous
use the correct OS directory for Java on Solaris
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=0d834673eadab5c9f5b02601ecb8e6f9080faad1
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 6ab33cb..acd2054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@ if [[ $use_bdjava = "yes" ]]; then
linux*) java_os=linux ;;
win*) java_os=win32 ;;
freebsd*) java_os=freebsd ;;
+ solaris*) java_os=solaris ;;
*) java_os=$host_os ;;
esac
More information about the libbluray-devel
mailing list