summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-09-27 01:42:42 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-09-27 01:42:42 +0000
commit0a68db8edb1ce96b9a078906efc901fba28b6984 (patch)
tree987152cac2d5f8e0fdb34c2deb5ef10440e16da3 /misc
parentb49089c65f7cfa2293cb432606d0ac13cb9353f3 (diff)
downloadxine-lib-0a68db8edb1ce96b9a078906efc901fba28b6984.tar.gz
xine-lib-0a68db8edb1ce96b9a078906efc901fba28b6984.tar.bz2
Fixed aalib checks. xine-config will contain thread cflags. Update install
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
Diffstat (limited to 'misc')
-rw-r--r--misc/xine-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in
index 046ee9226..8879e9fe6 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -80,7 +80,7 @@ if test "$echo_exec_prefix" = "yes"; then
fi
if test "$echo_cflags" = "yes"; then
- echo -I@includedir@
+ echo -I@includedir@ @THREAD_CFLAGS@
fi
if test "$echo_libs" = "yes"; then