diff options
Diffstat (limited to 'misc/xine-config.in')
-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 |