2008-10-13 00:53:09 +03:00
|
|
|
--- a/Source/cmFindLibraryCommand.cxx
|
|
|
|
+++ b/Source/cmFindLibraryCommand.cxx
|
2009-02-07 16:36:39 +02:00
|
|
|
@@ -160,6 +160,7 @@
|
2008-10-12 18:44:02 +02:00
|
|
|
|
|
|
|
void cmFindLibraryCommand::AddLib64Paths()
|
|
|
|
{
|
|
|
|
+#if 0 /* should not be done on Debian, just make it do nothing */
|
|
|
|
if(!this->Makefile->GetLocalGenerator()->GetGlobalGenerator()->
|
|
|
|
GetLanguageEnabled("C"))
|
|
|
|
{
|
2009-02-07 16:36:39 +02:00
|
|
|
@@ -208,6 +209,7 @@
|
2008-10-12 18:44:02 +02:00
|
|
|
{
|
|
|
|
this->SearchPaths = path64;
|
|
|
|
}
|
|
|
|
+#endif
|
|
|
|
}
|
|
|
|
|
2008-10-13 00:53:09 +03:00
|
|
|
//----------------------------------------------------------------------------
|