diff options
author | Niveditha Rau <niveditha.rau@oracle.com> | 2012-04-30 14:51:07 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-02 10:45:00 +1000 |
commit | 655d3100fc3f06e714ec4aa01607d86509952e4b (patch) | |
tree | 60e84c140e9c937e40595ff6d3869219648f0dc2 /configure.ac | |
parent | d13e83b921a398b9472b07874cf5061c8a0ea6a6 (diff) |
Include a build for solaris
Signed-off-by: Niveditha Rau <niveditha.rau@oracle.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
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]) ;; |