]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Fix typo I introduced in yesterday's patch.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 02:08:44 +0000 (02:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 02:08:44 +0000 (02:08 +0000)
ChangeLog
libtool.m4

index 7487e9bce3e98d09eaaaa41f44656a3794aaba2a..c900a186eea83026b8cd44af8ea8152d7f83d585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-09-03  Alexandre Oliva  <aoliva@redhat.com>
 
+       * libtool.m4: Fix typo I introduced in yesterday's patch.
+       
        * libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if
        dlname is empty.
 
index 8696233d3fdcda49c80cdb9f8ff7031056dcfd65..651ba0c15d20565a675bde12036d15fb9a2af528 100644 (file)
@@ -658,7 +658,7 @@ else
       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
       #   nm: unknown option "B" ignored
       # Tru64's nm complains that /dev/null is an invalid object file
-      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null||Invalid file or object type)' >/dev/null; then
+      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
        ac_cv_path_NM="$tmp_nm -B"
        break
       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then