summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:28:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:28:44 +0000
commite6a44d41b92bd6d8db005edfcf5cd75d3e22b3a5 (patch)
tree586de1783c0f67b152ae25852f59e8b08d986b9f /configure
parenta6f37a41f4bfc88bf9d4ca92f6b3f2d7d0c864c5 (diff)
downloadmpv-e6a44d41b92bd6d8db005edfcf5cd75d3e22b3a5.tar.bz2
mpv-e6a44d41b92bd6d8db005edfcf5cd75d3e22b3a5.tar.xz
Explain the risks of forcing options with --enable-* in a way that is
hopefully less conducive to misunderstandings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20541 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 11 insertions, 5 deletions
diff --git a/configure b/configure
index b68b026d72..3b593f4ef1 100755
--- a/configure
+++ b/configure
@@ -8469,11 +8469,17 @@ fi
cat <<EOF
-
-Check $TMPLOG if you wonder why an autodetection failed (check whether
-the development headers/packages are installed).
-Do not report compilation errors if you used any of the --enable-* options
-(except --enable-gui and maybe --enable-debug).
+Check $TMPLOG if you wonder why an autodetection failed (make sure
+development headers/packages are installed).
+
+NOTE: The --enable-* parameters unconditionally force options on, completely
+skipping autodetection. This behavior is unlike what you may be used to from
+autoconf-based configure scripts that can decide to override you. This greater
+level of control comes at a price. You may have to provide the correct compiler
+and linker flags yourself.
+If you used one of these options (except --enable-gui and similar ones that
+turn on internal features) and experience a compilation or linking failure,
+make sure you have passed the necessary compiler/linker flags to configure.
If you suspect a bug, please read DOCS/HTML/$_doc_lang/bugreports.html.