Index: /branches/libffado-2.0/SConstruct =================================================================== --- /branches/libffado-2.0/SConstruct (revision 1391) +++ /branches/libffado-2.0/SConstruct (revision 1392) @@ -211,5 +211,5 @@ # Check for pkg-config before using pkg-config to check for other dependencies. if not conf.CheckForPKGConfig(): - print "\nThe program 'pkg-config' could be found.\nEither you have to install the corresponding package first or make sure that PATH points to the right directions." + print "\nThe program 'pkg-config' could not be found.\nEither you have to install the corresponding package first or make sure that PATH points to the right directions." Exit( 1 )