cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r23 - trunk/cinvoke/tools


From: will
Subject: [cinvoke-svn] r23 - trunk/cinvoke/tools
Date: 15 Jun 2006 09:32:25 -0400

Author: will
Date: 2006-06-15 09:32:25 -0400 (Thu, 15 Jun 2006)
New Revision: 23

Modified:
   trunk/cinvoke/tools/libdl.sh
Log:
linux compile fix


Modified: trunk/cinvoke/tools/libdl.sh
===================================================================
--- trunk/cinvoke/tools/libdl.sh        2006-06-15 13:17:09 UTC (rev 22)
+++ trunk/cinvoke/tools/libdl.sh        2006-06-15 13:32:25 UTC (rev 23)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -f /lib/libdl.so ]
+if [ -f /lib/libdl.so.2 ]
 then
        echo '-ldl'
 fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]