aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-21 17:11:32 +0000
committerWerner Koch <[email protected]>2003-10-21 17:11:32 +0000
commitcf2c58e686ef452b185e399011bfad5e60262641 (patch)
treea5c56d11c6e09195808d8bb466160029fe6cdf36 /configure.ac
parent* ccid-driver.c (ccid_transceive): Add T=1 chaining for sending. (diff)
downloadgnupg-cf2c58e686ef452b185e399011bfad5e60262641.tar.gz
gnupg-cf2c58e686ef452b185e399011bfad5e60262641.zip
(PRINTABLE_OS_NAME): Remove special case for The
Hurd; Robert Millan reported that the uname test is now sufficient.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 12ff0d703..8cd6196c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -600,10 +600,6 @@ case "${target}" in
*-linux*)
PRINTABLE_OS_NAME="GNU/Linux"
;;
-dnl let that after linux to avoid gnu-linux problems
- *-gnu*)
- PRINTABLE_OS_NAME="GNU/Hurd"
- ;;
*)
PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
;;