Revision: 2319
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2319&view=rev
Author:   phantom_sf
Date:     2009-04-17 10:17:12 +0000 (Fri, 17 Apr 2009)

Log Message:
-----------
2009-04-17  Paul Richardson <phantom_sf at users.sourceforge.net>

        * Fixed typo in configure.in relating to taglib

Modified Paths:
--------------
    gtkpod/branches/taglib-branch/configure.in

Modified: gtkpod/branches/taglib-branch/configure.in
===================================================================
--- gtkpod/branches/taglib-branch/configure.in  2009-04-17 10:02:18 UTC (rev 
2318)
+++ gtkpod/branches/taglib-branch/configure.in  2009-04-17 10:17:12 UTC (rev 
2319)
@@ -51,7 +51,7 @@
 LIBS="$LIBS $GTK_LIBS $GLIB_LIBS $GMODULE_LIBS $GTHREAD_LIBS $LIBGLADE_LIBS 
$LIBGPOD_LIBS"
 
 dnl Check for TagLib's C bindings
-AC_ARG_WITH(libtag, AC_HELP_STRING([--without-taglib],[Disable TagLib, use 
only id3lib (has problems writing tags)]))
+AC_ARG_WITH(taglib, AC_HELP_STRING([--without-taglib],[Disable TagLib, use 
only id3lib (has problems writing tags)]))
 if test "x$with_taglib" != "xno"; then
     PKG_CHECK_MODULES(TAGLIB_C, taglib_c, have_taglib_pkg=yes, 
have_taglib_pkg=no)
     if test "x$with_taglib" = "xyes" -a "x$have_taglib_pkg" = "xno"; then


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to