[Scummvm-cvs-logs] CVS: scummvm configure,1.13,1.14
Jonathan Gray
khalek at users.sourceforge.net
Sun May 18 04:47:05 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv7923
Modified Files:
configure
Log Message:
remove ldd use
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure 18 May 2003 11:27:35 -0000 1.13
+++ configure 18 May 2003 11:46:14 -0000 1.14
@@ -31,7 +31,6 @@
_build_sky=yes
# binary names
_ranlib=ranlib
-_ldd=ldd
cc_check() {
echo >> "$TMPLOG"
@@ -42,9 +41,6 @@
( $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 @@
fi
echo "$_mad"
-echocheck "ALSA 9"
+echocheck "ALSA 0.9"
if test "$_alsa" = auto ; then
_alsa=no
cat > $TMPC << EOF
@@ -341,7 +337,7 @@
fi
echo "$_alsa"
-rm -f $TMPC $TMPO
+rm -f $TMPC $TMPO $TMPLOG
#
# End of config.h
More information about the Scummvm-git-logs
mailing list