[MPlayer-cvslog] r23806 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Jul 17 14:55:33 CEST 2007
Author: diego
Date: Tue Jul 17 14:55:33 2007
New Revision: 23806
Log:
Remove pointless printing of include and linker paths.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Jul 17 14:55:33 2007
@@ -2521,21 +2521,6 @@ fi
######################
-echocheck "extra headers"
-if test "$_inc_extra" ; then
- echores "$_inc_extra"
-else
- echores "none"
-fi
-
-
-echocheck "extra libs"
-if test "$_ld_extra" ; then
- echores "$_ld_extra"
-else
- echores "none"
-fi
-
echocheck "-lposix"
cat > $TMPC <<EOF
int main(void) { return 0; }
More information about the MPlayer-cvslog
mailing list