aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/svr4')
-rwxr-xr-xpackaging/svr4/checkinstall.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index 0aafb6fbb1..afac48b4be 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -14,13 +14,7 @@ host_os="@host_os@"
release=`uname -r`
platform=`uname -p`
-# GNU autoconf translates "i86pc" to "i386".
-if [ "$host_cpu" = "i386" ] ; then
- expected_platform="i86pc"
-else
- expected_platform="@host_cpu@"
-fi
-#
+expected_platform="@host_cpu@"
if [ -x /usr/local/bin/gtk-config ] ; then
gtk_installed=`/usr/local/bin/gtk-config --version`