summaryrefslogtreecommitdiff
path: root/packaging/svr4
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2000-11-08 03:54:12 +0000
committerGerald Combs <gerald@wireshark.org>2000-11-08 03:54:12 +0000
commit3d8538d18e0d3e6bb588faed066b0bc07d208154 (patch)
treed84b116a9246135b4895db5959ff3ef3d27a24d5 /packaging/svr4
parentd3422a91f56554bd6332e80a9ce61a02a4ac1616 (diff)
downloadwireshark-3d8538d18e0d3e6bb588faed066b0bc07d208154.tar.gz
Fix type checking for the "i386" platform.
svn path=/trunk/; revision=2579
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`