]> 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:53 +0000 (02:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 02:08:53 +0000 (02:08 +0000)
ChangeLog
libtool.m4

index 28050bfa8b3acd82e1a797be4c525934cc11b0b4..de6f516384eb2c626957f012341e451d09f7d0a4 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 ca6cc98c212f8f8c3775336fafdbf5b36843a8c4..941a83e7153be32b9918ec37d16480735fc5e2b9 100644 (file)
@@ -330,7 +330,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