Better EBML and Matroska detection if --prefix is used for configure.

This commit is contained in:
Moritz Bunkus 2003-06-30 17:26:22 +00:00
parent 14bbd426c6
commit 95fa7e51c2
2 changed files with 4 additions and 4 deletions

View File

@ -294,7 +294,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
if test "x$ebml_include" != "x"; then
EBML_CFLAGS="-I$ebml_include"
else
EBML_CFLAGS="-I$prefix/include"
EBML_CFLAGS="-I$prefix/include -I$prefix/include/ebml"
fi
if test "x$ebml_lib" != "x"; then
EBML_LIBS="-L$ebml_lib"
@ -417,7 +417,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
if test "x$matroska_include" != "x"; then
MATROSKA_CFLAGS="-I$matroska_include"
else
MATROSKA_CFLAGS="-I$prefix/include"
MATROSKA_CFLAGS="-I$prefix/include -I$prefix/include/matroska"
fi
if test "x$matroska_lib" != "x"; then
MATROSKA_LIBS="-L$matroska_lib"

View File

@ -294,7 +294,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
if test "x$ebml_include" != "x"; then
EBML_CFLAGS="-I$ebml_include"
else
EBML_CFLAGS="-I$prefix/include"
EBML_CFLAGS="-I$prefix/include -I$prefix/include/ebml"
fi
if test "x$ebml_lib" != "x"; then
EBML_LIBS="-L$ebml_lib"
@ -417,7 +417,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
if test "x$matroska_include" != "x"; then
MATROSKA_CFLAGS="-I$matroska_include"
else
MATROSKA_CFLAGS="-I$prefix/include"
MATROSKA_CFLAGS="-I$prefix/include -I$prefix/include/matroska"
fi
if test "x$matroska_lib" != "x"; then
MATROSKA_LIBS="-L$matroska_lib"