1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25955: libreplace: add a useful link about linking shared libraries

http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html

metze
(This used to be commit 403c5521d1bbd78a6b20d7da121870a5aa1d3546)
This commit is contained in:
Stefan Metzmacher 2007-11-14 11:42:03 +01:00
parent 656d9f4304
commit 85dd023f99

View File

@ -1,3 +1,8 @@
#
# This offers a nice overview how to build shared libraries on all platforms
# http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html
#
AC_DEFUN([AC_LD_EXPORT_DYNAMIC],
[
saved_LDFLAGS="$LDFLAGS"