]> www.ginac.de Git - ginac.git/commit
Allow user to disable GiNaC::compile_ex (e.g. for security reasons).
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Mon, 8 Sep 2008 07:09:20 +0000 (11:09 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 6 Nov 2008 14:02:59 +0000 (17:02 +0300)
commitc0156786dc88bcb184854430912f979d9cb6666a
tree4225df14a07637fc1e8105b4c275d76002b0e68e
parentad058c1a47bbbd62e0a3efc64047464098fca1e4
Allow user to disable GiNaC::compile_ex (e.g. for security reasons).

configure takes --{disable,enable}-excompiler argument now. It can be
used to disable GiNaC::compile_ex (default is to enable it).

acinclude.m4:
GINAC_EXCOMPILER: new macro. Checks for libdl, allows user to disable
GiNaC::compile_ex. Also it doesn't bother to check for libdl on MinGW.

configure.ac: use GINAC_EXCOMPILER to check for libdl.
acinclude.m4
configure.ac