]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
authorGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 17:04:11 +0000 (17:04 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 17:04:11 +0000 (17:04 +0000)
ChangeLog
libtool.m4

index 95bb37b05667c05e01a5cf7b71495ff3a35cf0e7..50e46d77847cf9734340e4d52d65645563f2b18c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-29  Gary V. Vaughan  <gvv@techie.com>
 
+       * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
+
        * NEWS: Updated.
        * libtool.m4 (i*86-*-freebsd*): Support a.out shared libs.
        From <suzukis@file.phys.tohoku.ac.jp>
index 3c37fbc99e5e475e0a06e6b2836f09e5b2a342f1..e1ba9068fa013f20a9476e6295bc0378960cd293 100644 (file)
@@ -516,7 +516,9 @@ freebsd*)
   *)
     case "$host_cpu" in
     i*86 )
+      changequote(,)dnl
       lt_cv_deplibs_check_method=='file_magic OpenBSD/i[3-9]86 demand paged shared library'
+      changequote([, ])dnl
       lt_cv_file_magic_cmd=/usr/bin/file
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
       ;;