summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 19:04:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 19:04:01 +0000
commit6e658260ff76bb586e34bff128937a44ed03d64f (patch)
treedeb61feb973d0eff56d154ed3b8e526147a32174 /ConfigureChecks.cmake
parentd2ca745d50741414e157d9bace9cab2e37ba19f9 (diff)
downloadamarok-6e658260ff76bb586e34bff128937a44ed03d64f.tar.gz
amarok-6e658260ff76bb586e34bff128937a44ed03d64f.zip
Let the end user decide if his/her gpod support is broken until an actual check can be made
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1228273 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ConfigureChecks.cmake')
-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 )