summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 6f2191f3..6f9ca9f6 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -113,7 +113,7 @@ endif( )
# iPod
if( WITH_LIBGPOD )
- tde_message_fatal( "iPod support is outdated, cannot be compiled against newer libgpod" )
+# tde_message_fatal( "iPod support is outdated, cannot be compiled against newer libgpod" )
pkg_search_module( LIBGPOD libgpod-1.0 )
if( LIBGPOD_FOUND )