gnumeric r16979 - trunk
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16979 - trunk
- Date: Thu, 27 Nov 2008 00:41:59 +0000 (UTC)
Author: jody
Date: Thu Nov 27 00:41:59 2008
New Revision: 16979
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16979&view=rev
Log:
2008-11-26 Jody Goldberg <jody gnome org>
* configure.in : Define GNUMERIC_PLUGIN_LDFLAGS after
GNUMERIC_LIBS is defined.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Nov 27 00:41:59 2008
@@ -176,7 +176,6 @@
case $host_os in
mingw* | pw32* | cygwin*)
with_win32=yes
- GNUMERIC_PLUGIN_LDFLAGS="-no-undefined $GNUMERIC_LIBS -Wl,--enable-runtime-pseudo-relo,--export-all-symbols \$(top_builddir)/src/libspreadsheet.la -s"
;;
esac
@@ -259,7 +258,11 @@
AM_CONDITIONAL(WITH_NATIVE_WIN32, test $with_native_win32 = yes)
AM_CONDITIONAL(CROSS_COMPILING, test x"$cross_compiling" != xno)
-GNUMERIC_PLUGIN_LDFLAGS="-avoid-version $GNUMERIC_PLUGIN_LDFLAGS"
+if test "x$with_win32" = "xyes"; then
+ GNUMERIC_PLUGIN_LDFLAGS="-avoid-version -no-undefined $GNUMERIC_LIBS -Wl,--enable-runtime-pseudo-relo,--export-all-symbols \$(top_builddir)/src/libspreadsheet.la -s"
+else
+ GNUMERIC_PLUGIN_LDFLAGS="-avoid-version"
+fi
AC_SUBST(GNUMERIC_PLUGIN_LDFLAGS)
dnl disable for in stable release, enable for development series
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]