]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specific stuff.
authorAndreas Tobler <a.tobler@schweiz.ch>
Thu, 6 Apr 2006 19:22:45 +0000 (21:22 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 6 Apr 2006 19:22:45 +0000 (21:22 +0200)
2006-04-06  Andreas Tobler  <a.tobler@schweiz.ch>

* acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
GCJ specific stuff.

From-SVN: r112736

libjava/libltdl/ChangeLog
libjava/libltdl/acinclude.m4

index d4c5527520a813cf5314ab6b3baeb1779195f16a..62f8138cf7c2cf9e0fea7cc9c28c540cab074327 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-06  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
+       GCJ specific stuff.
+
 2006-03-30  Tom Tromey  <tromey@redhat.com>
 
        * aclocal.m4, configure, Makefile.in: Rebuilt.
index 9491c77d6709d253856e8123451c660c8918c411..066682458f5f82b9ca554f5143372489a3e217c7 100644 (file)
@@ -6371,6 +6371,7 @@ AC_DEFUN([AC_LTDL_SHLIBEXT],
 AC_CACHE_CHECK([which extension is used for loadable modules],
   [libltdl_cv_shlibext],
 [
+## GCJ LOCAL: gcj specific stuff. Please keep it.
 # Here in libltdl for libgcj we don't build modules for darwin.
 # So we say no. Then the extension gets .dylib which is the right
 # thing for shared libraries on darwin. Please keep me next time you