diff options
Diffstat (limited to 'tools/depends/configure.ac')
-rw-r--r-- | tools/depends/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index 3626ea5204..6c3fb229f3 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -12,8 +12,8 @@ passed_cflags="$CFLAGS" passed_ldflags="$LDFLAGS" passed_cxxflags="$CXXFLAGS" -m4_include([../../m4/xbmc_arch.m4]) -m4_include([../../m4/ax_cxx_compile_stdcxx_11.m4]) +m4_include([m4/xbmc_arch.m4]) +m4_include([m4/ax_cxx_compile_stdcxx_11.m4]) AX_CXX_COMPILE_STDCXX_11(,[mandatory]) c11_flags="$CFLAGS" cxx11_flags="$CXXFLAGS" |