summaryrefslogtreecommitdiff
blob: bf78f3f5b6b2d024d004bb6233262f9408958442 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- magic-7.5.231/scripts/configure.in
+++ magic-7.5.231/scripts/configure.in
@@ -1695,7 +1695,7 @@
       if {[[catch {package require BLT}]]} {puts stdout no} {puts stdout yes}
       exit
 EOF
-      usingBLT=`cat temp.out`
+      usingBLT=yes
       rm -f temp.out
       if test "x${usingBLT}" = "xyes" ; then
          echo "yes"