From 1086c467ee02d03421b5ffe4b244619d7e460d94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 15 Feb 2010 00:13:26 +0200 Subject: [PATCH] Don't try to outsmart the compiler for the include path This breaks cross-compilation with any prefix other than /usr --- vlc-config.in.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vlc-config.in.in b/vlc-config.in.in index 134cd59d0d..e7253236f7 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -69,13 +69,6 @@ if test $# -eq 0; then usage 1 1>&2 fi -# -# No need to include the default @*FLAGS@ values here because they are -# automatically added when using $(COMPILE), $(CXXCOMPILE) or $(OBJCCOMPILE) -# -if test "@includedir@" != "/usr/include"; then - includes="-I@includedir@" -fi if test "${top_builddir}" != ""; then top_builddir="${top_builddir}/" elif test "${TOP_BUILDDIR}" != ""; then -- 2.39.2