diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-26 05:57:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-26 05:57:19 +0000 |
commit | c98e47a0c148103da65955acfb3782e37a8fc4c3 (patch) | |
tree | f4a461581ed5e50201e1df586e8156873f1e1458 /configure.ac.pamphlet | |
parent | 68c6afce19df6a92b0569a23bcfe3a73f109b754 (diff) | |
download | open-axiom-c98e47a0c148103da65955acfb3782e37a8fc4c3.tar.gz |
Fix shared linking regression
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index b53b53d4..a682c19b 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1216,8 +1216,12 @@ GNU \Tool{libtool} to take care of that for us. # Tell Libtool to assume `dlopen' so that it does not have to # emulate it. AC_LIBTOOL_DLOPEN +AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +# Give me extension of libraries +AC_SUBST(shrext_cmds) +AC_SUBST(libext) @ \section{configure.ac} |