aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bd94c21f..e0e52418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.2.0-2008-04-04],
+AC_INIT([OpenAxiom], [1.2.0-2008-04-05],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
@@ -28,7 +28,8 @@ AC_SUBST(libext)
case $host in
*mingw*|*cygwin*)
oa_use_libtool_for_shared_lib=no
- oa_shrlib_flags="$oa_shrlib_flags --export-all-symbols"
+ oa_shrobj_flags='-prefer-pic'
+ oa_shrlib_flags="-shared --export-all-symbols"
;;
*darwin*)
oa_shrobj_flags='-dynamic'