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

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
This commit is contained in:
Andreas Tobler 2006-04-06 21:22:45 +02:00 committed by Andreas Tobler
parent 4b91b67bcb
commit 6e6bfd3a7b
2 changed files with 6 additions and 0 deletions

View 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.

View 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