Mercurial > audlegacy-plugins
comparison m4/libFLAC.m4 @ 2132:3aa95f65c24d
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 27 Oct 2007 07:26:32 -0500 |
parents | 5c33e8e1a479 |
children |
comparison
equal
deleted
inserted
replaced
2131:c162b6a0f11f | 2132:3aa95f65c24d |
---|---|
26 | 26 |
27 if test "x$libFLAC_includes" != "x" ; then | 27 if test "x$libFLAC_includes" != "x" ; then |
28 LIBFLAC_CFLAGS="-I$libFLAC_includes" | 28 LIBFLAC_CFLAGS="-I$libFLAC_includes" |
29 elif test "x$libFLAC_prefix" != "x" ; then | 29 elif test "x$libFLAC_prefix" != "x" ; then |
30 LIBFLAC_CFLAGS="-I$libFLAC_prefix/include" | 30 LIBFLAC_CFLAGS="-I$libFLAC_prefix/include" |
31 elif test "$prefix" != "xNONE"; then | 31 elif test "x$prefix" != "xNONE"; then |
32 LIBFLAC_CFLAGS="-I$prefix/include" | 32 LIBFLAC_CFLAGS="-I$prefix/include" |
33 fi | 33 fi |
34 | 34 |
35 AC_MSG_CHECKING(for libFLAC >= 1.1.2) | 35 AC_MSG_CHECKING(for libFLAC >= 1.1.2) |
36 no_libFLAC="" | 36 no_libFLAC="" |