Mercurial > audlegacy
diff configure.ac @ 1862:d68753da30a8 trunk
[svn] - remove checks for taglib in the player
author | nenolod |
---|---|
date | Thu, 12 Oct 2006 04:51:39 -0700 |
parents | 628e908d78b6 |
children | a478407f07e3 |
line wrap: on
line diff
--- a/configure.ac Wed Oct 11 23:38:18 2006 -0700 +++ b/configure.ac Thu Oct 12 04:51:39 2006 -0700 @@ -93,16 +93,6 @@ [AC_MSG_ERROR([Cannot find libglade])] ) -AC_PATH_PROG(TAGLIB_CONFIG, taglib-config, [no], [$PATH:$prefix/bin]) -if test "x$TAGLIB_CONFIG" = "xno" ; then -AC_MSG_ERROR([Cannot find taglib]) -else - TAGLIB_CFLAGS=[`$TAGLIB_CONFIG --cflags`] - TAGLIB_LIBS=[`$TAGLIB_CONFIG --libs`] -fi -AC_SUBST(TAGLIB_CFLAGS) -AC_SUBST(TAGLIB_LIBS) - # Check if socklen_t is defined AC_CACHE_CHECK(for socklen_t, beep_cv_type_socklen_t,