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]) ;;