aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2007-09-20 16:59:20 -0400
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:44 -0500
commit401ee3a8ee846998cf0fa3ebadcc81cffe1da3ed (patch)
tree5004e14806622caa356b3b49897d8ff882341162 /configure
parent3eae6bf97fc67b00ba9852a9f5f67cbab9bda264 (diff)
Import Debian changes 0.4.2.2-3
hardinfo (0.4.2.2-3) unstable; urgency=low * Fixed FTBFS on s390. (Closes: #443293)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 42dfa9ad..7b68c426 100755
--- a/configure
+++ b/configure
@@ -73,7 +73,7 @@ case $PROC in
alpha)
ln -sf linux/alpha arch/this
ARCH="ARCH_ALPHA" ;;
- s390)
+ s390*)
ln -sf linux/s390 arch/this
ARCH="ARCH_S390" ;;
m68k)