diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in index 7d35873d1..f4b5ebc84 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -96,11 +96,11 @@ if test "$echo_acflags" = "yes"; then fi if test "$echo_cflags" = "yes"; then - echo -I@includedir@ @THREAD_CFLAGS@ + echo -I@includedir@ @THREAD_CFLAGS@ @EXTRA_X_CFLAGS@ fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ + echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @EXTRA_X_LIBS@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" |