Include a build for solaris

Signed-off-by: Niveditha Rau <niveditha.rau@oracle.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Niveditha Rau
2012-04-30 14:51:07 -07:00
committed by Peter Hutterer
parent d13e83b921
commit 655d3100fc

View File

@@ -115,6 +115,10 @@ case "${host}" in
BUILD_PS2COMM="yes"
BUILD_PSMCOMM="yes"
;;
*solaris*)
AC_MSG_RESULT([ps2comm alpscomm])
BUILD_PS2COMM="yes"
;;
*)
AC_MSG_RESULT([none])
;;