diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-29 22:16:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-29 22:16:07 +0000 |
commit | e6be635192ee0a4f44bf6d8799de67f4f337b4ab (patch) | |
tree | 31b84313018cf66d4899e20a7eafa48316ebf65f /configure | |
parent | 84d4da43a2df4e5ec9534394970ff77bf88375d8 (diff) |
Nuke some more outdated and confusing comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24668 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1315,15 +1315,6 @@ rm -f "$TMPLOG" echo configuration: $_configuration > "$TMPLOG" echo >> "$TMPLOG" -# config files - -# FIXME: A lot of stuff is installed under /usr/local -# NK: But we should never use this stuff implicitly since we call compiler -# from /usr we should be sure that there no effects from other compilers -# (libraries) which might be installed into /usr/local. Let users use this -# stuff explicitly as command line argument. In other words: It would be -# resonable to have only /usr/include or only /usr/local/include. - if openbsd ; then _ldconfig="ldconfig -R" fi |