aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index aebee8508d..a0b989515f 100755
--- a/configure
+++ b/configure
@@ -31,7 +31,6 @@ _build_simon=yes
_build_sky=yes
# binary names
_ranlib=ranlib
-_ldd=ldd
cc_check() {
echo >> "$TMPLOG"
@@ -42,9 +41,6 @@ cc_check() {
( $CXX "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
- echo "ldd $TMPO" >> "$TMPLOG"
- ( $_ldd "$TMPO" ) >> "$TMPLOG" 2>&1
- echo >> "$TMPLOG"
return "$TMP"
}
@@ -324,7 +320,7 @@ else
fi
echo "$_mad"
-echocheck "ALSA 9"
+echocheck "ALSA 0.9"
if test "$_alsa" = auto ; then
_alsa=no
cat > $TMPC << EOF
@@ -341,7 +337,7 @@ else
fi
echo "$_alsa"
-rm -f $TMPC $TMPO
+rm -f $TMPC $TMPO $TMPLOG
#
# End of config.h