summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index cc2433153e..66b870b833 100755
--- a/configure
+++ b/configure
@@ -53,6 +53,9 @@
LC_ALL=C
export LC_ALL
+# Store the configure line that was used
+_configuration="$*"
+
# Prefer these macros to full length text !
# These macros only return an error code - NO display is done
compile_check() {
@@ -7527,6 +7530,8 @@ cat > config.h << EOF
#ifndef MPLAYER_CONFIG_H
#define MPLAYER_CONFIG_H 1
+#define CONFIGURATION "$_configuration"
+
/* use GNU internationalization */
$_def_i18n