summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index b8382bc..47ecd32 100644
--- a/configure.in
+++ b/configure.in
@@ -248,14 +248,8 @@ dnl
dnl If the `OS' ends with a version number then remove it. For instance,
dnl `freebsd3.1' would become `freebsd'
case $host_os in
- aix4.*)
- host_os_novers=aix4.x
- ;;
- aix5.*)
- host_os_novers=aix5.x
- ;;
- aix6.*)
- host_os_novers=aix6.x
+ aix*)
+ host_os_novers=aix
;;
freebsd*)
host_os_novers=freebsd