aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-08 03:54:12 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-08 03:54:12 +0000
commitbe863b49f33e6fe7de3bb2fdee81f44683f67505 (patch)
treed84b116a9246135b4895db5959ff3ef3d27a24d5 /packaging/svr4
parentb6910cab430ece6ed9a5434b0eaad16ee23c0130 (diff)
Fix type checking for the "i386" platform.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2579 f5534014-38df-0310-8fa8-9805f1628bb7
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`