diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-09-27 01:42:42 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-09-27 01:42:42 +0000 |
commit | 0a68db8edb1ce96b9a078906efc901fba28b6984 (patch) | |
tree | 987152cac2d5f8e0fdb34c2deb5ef10440e16da3 /misc | |
parent | b49089c65f7cfa2293cb432606d0ac13cb9353f3 (diff) | |
download | xine-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.in | 2 |
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 |