summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index ca404b8f..6eb512e2 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -215,10 +215,11 @@ endif( WITH_CDPARANOIA )
# FLAC
if( WITH_FLAC )
- pkg_search_module( FLAC vorbis )
+ pkg_search_module( FLAC flac )
if( NOT FLAC_FOUND )
tde_message_fatal( "FLAC is requested, but not found on your system" )
endif( )
+ set( HAVE_LIBFLAC 1 )
endif( WITH_FLAC )