]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Reorder cygwin's
authorMax Bowsher <maxb@ukf.net>
Tue, 3 Jun 2003 15:26:53 +0000 (15:26 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 3 Jun 2003 15:26:53 +0000 (15:26 +0000)
system library search path.

ChangeLog
libtool.m4

index 4268b9f5b72cb43169fab323b1862d7f5ddf2ba9..7ac0df4e00d4801d2d0b067756e101544386a16f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-03  Max Bowsher  <maxb@ukf.net>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Reorder cygwin's
+       system library search path.
+
 2003-06-01  Robert Boehne  <rboehne@gnu.org>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Match all qnx-nto
index a2a214f8f454cba51ec61f2ab045f5d670a72568..ec3f0de628a0feba0045e422e6f240c220ce9a46 100644 (file)
@@ -1217,7 +1217,7 @@ cygwin* | mingw* | pw32*)
     cygwin*)
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
       ;;
     mingw*)
       # MinGW DLLs use traditional 'lib' prefix