summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-17 12:55:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-17 12:55:33 +0000
commit3ad30e6de750ce9cb2f1953375c26fb5f34491da (patch)
tree9abf704c1138122b25c67bf3f616a5f35ee998bc /configure
parent33b41dd080d69070d770b4e3ae05052b71eab6ce (diff)
downloadmpv-3ad30e6de750ce9cb2f1953375c26fb5f34491da.tar.bz2
mpv-3ad30e6de750ce9cb2f1953375c26fb5f34491da.tar.xz
Remove pointless printing of include and linker paths.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23806 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index bca73a6a87..b6756f71f4 100755
--- a/configure
+++ b/configure
@@ -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; }