Commit 6e6bfd3a by Andreas Tobler Committed by Andreas Tobler

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
parent 4b91b67b
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment