diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 90da6aa..7047c34 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -189,7 +189,7 @@ endif( ) ##### mad ####################################### if( WITH_MAD ) - pkg_search_module( MAD mad ) + pkg_search_module( MAD libmad mad ) if( NOT MAD_FOUND ) tde_message_fatal( "mad is requested, but was not found on your system" ) endif( )