summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6cc4d50..5e9b713 100755
--- a/configure
+++ b/configure
@@ -319,7 +319,7 @@ trylibs () {
libfile="$2".lib
echo "Checking whether system has $3..."
shift 3
- if args=`iscached $name 3>&1 1>&4 4>&-` 4>&1 ; then :
+ if { args=`iscached $name 3>&1 1>&4 4>&-` ; } 4>&1 ; then :
elif args=`detectlibs "$name" "$@"` ; then
echo "${name}: yes" >> "${sysdeps}/sysdeps"
if test -z "$args" ; then