summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/xine-config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in
index 78006f158..c1ac67532 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -15,6 +15,7 @@ Options:
[--exec-prefix[=DIR]]
[--version]
[--libs]
+ [--acflags]
[--cflags]
[--plugindir]
[--datadir]
@@ -56,6 +57,9 @@ while test $# -gt 0; do
--version)
echo @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@
;;
+ --acflags)
+ echo_acflags=yes
+ ;;
--cflags)
echo_cflags=yes
;;
@@ -95,6 +99,10 @@ if test "$echo_exec_prefix" = "yes"; then
echo $exec_prefix
fi
+if test "$echo_acflags" = "yes"; then
+ echo "@XINE_ACFLAGS@"
+fi
+
if test "$echo_cflags" = "yes"; then
echo -I@includedir@ @THREAD_CFLAGS@
fi