summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 09:16:49 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 09:16:49 +0000
commit4807889cb79a3b54cfb692d20ee89598f4baf4e5 (patch)
treefddc3dd828a69ea5f1d34d2c55200b9b7c2b3278 /configure.ac
parent14a16cde42e55f6f889f84fc77c2824b52a2975e (diff)
downloadlibgpod-4807889cb79a3b54cfb692d20ee89598f4baf4e5.tar.gz
libgpod-4807889cb79a3b54cfb692d20ee89598f4baf4e5.tar.xz
libgpod-4807889cb79a3b54cfb692d20ee89598f4baf4e5.zip
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/itdb_itunesdb.c: (get_mhod_type), (get_mhod), (get_mhod_string), (get_playlist), (get_mhit), (itdb_shuffle_write_file): * src/itdb_playlist.c: (itdb_spl_update_all): * tests/itdb_main.c: (main): fixed compilation warnings to be able to compile with -Werror git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1082 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a5ef92..d6f79f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,7 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
+AC_GNU_SOURCE
PKG_CHECK_MODULES(LIBGPOD, glib-2.0)
LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"