summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 14 insertions, 10 deletions
diff --git a/configure b/configure
index 6cb7dce12b..1a08854f4c 100755
--- a/configure
+++ b/configure
@@ -6655,16 +6655,7 @@ elif test -z "$CFLAGS" ; then
_stripbinaries=no
fi
else
- cat <<EOF
-
-MPlayer compilation will use the CFLAGS set by you, but:
-
- *** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** ***
-
-It is strongly recommended to let MPlayer choose the correct CFLAGS!
-To do so, execute 'CFLAGS= ./configure <options>'
-
-EOF
+ _warn_CFLAGS=yes
fi
echocheck "automatic gdb attach"
@@ -7837,5 +7828,18 @@ Have a look at the documentation for supported cards!
EOF
fi
+if test "$_warn_CFLAGS" = yes; then
+ cat <<EOF
+
+MPlayer compilation will use the CFLAGS set by you, but:
+
+ *** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** ***
+
+It is strongly recommended to let MPlayer choose the correct CFLAGS!
+To do so, execute 'CFLAGS= ./configure <options>'
+
+EOF
+fi
+
# Last move:
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"