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

index 6ba4cef81c22d83b57209c19279c6efe011f7b52..aa9c1ff8c8a9697c48db64c006b432fbd044f051 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 a5fa41ab1d11271e756f913f48c683e5d3f14aae..d686ab5a8d05c4116e64324a96639e6277cc88d0 100644 (file)
@@ -809,7 +809,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