[Gmp-commit] /var/hg/gmp: Revert accidentally committed changes.
mercurial at gmplib.org
mercurial at gmplib.org
Fri Apr 27 02:14:46 CEST 2012
details: /var/hg/gmp/rev/9bed601be43e
changeset: 14898:9bed601be43e
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Apr 27 02:14:35 2012 +0200
description:
Revert accidentally committed changes.
diffstat:
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 6a7e129fe145 -r 9bed601be43e configure.in
--- a/configure.in Fri Apr 27 00:18:27 2012 +0200
+++ b/configure.in Fri Apr 27 02:14:35 2012 +0200
@@ -2348,12 +2348,13 @@
#
if test "$enable_shared" = yes; then
GMP_LDFLAGS="$GMP_LDFLAGS -no-undefined -Wl,--export-all-symbols"
+ LIBGMP_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmp-3.dll.def"
+ LIBGMPXX_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmpxx-3.dll.def"
LIBGMP_DLL=1
fi
;;
esac
-AM_CONDITIONAL(LIBGMP_DLL, test $LIBGMP_DLL = 1)
# Ensure that $CONFIG_SHELL is available for AC_LIBTOOL_SYS_MAX_CMD_LEN.
# It's often set already by _LT_AC_PROG_ECHO_BACKSLASH or
More information about the gmp-commit
mailing list