]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 2 Sep 2000 23:06:57 +0000 (23:06 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 2 Sep 2000 23:06:57 +0000 (23:06 +0000)
patch from 2000-06-17.

ChangeLog
ltdl.m4

index 7d11c89789520d76e495d7c0d1602ddf8bc938fc..b5bc10ca8078cd9021dcc8601a6031554d9d6652 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's
+       patch from 2000-06-17.
+
 2000-09-02  Tom Kacvinsky  <tjk@ams.org>, Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
 
        * libtool.m4: Ignore Tru64's nm's complaint.
diff --git a/ltdl.m4 b/ltdl.m4
index d6b776a28ad15524c24086fca0d5144d1265bde3..3a7562c51888f51f2bf47f259ecdfe96891bf0c5 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -103,7 +103,7 @@ AC_DEFUN(AC_LTDL_SYSSEARCHPATH,
 AC_CACHE_CHECK([for the default library search path],
   libltdl_cv_sys_search_path, [libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"])
 if test -n "$libltdl_cv_sys_search_path"; then
-  case "$lt_target" in
+  case "$host" in
   *-*-mingw*) pathsep=";" ;;
   *) pathsep=":" ;;
   esac