summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-09-15 23:52:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-09-15 23:52:38 +0200
commit89cffd403b798a96d36b8d47a202f30ef1023e63 (patch)
tree80fd068183cd662bbef2b717686a370a6e2a9e05 /configure.ac
parenta245d42f53096b1ae81e6702729f97ca508e5b5b (diff)
Enable ps2comm and alpscomm build on GNU/Hurd
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e15f5d5..13644d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ case "${host}" in
BUILD_PS2COMM="yes"
BUILD_PSMCOMM="yes"
;;
-*solaris*)
+*solaris* | *gnu*)
AC_MSG_RESULT([ps2comm alpscomm])
BUILD_PS2COMM="yes"
;;