From 655d3100fc3f06e714ec4aa01607d86509952e4b Mon Sep 17 00:00:00 2001 From: Niveditha Rau Date: Mon, 30 Apr 2012 14:51:07 -0700 Subject: [PATCH] Include a build for solaris Signed-off-by: Niveditha Rau Signed-off-by: Peter Hutterer --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index eaa1c98..dbf3fec 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ;;