[gnumeric] fix a typo in linker option on windows
- From: Fridrich Strba <strba src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] fix a typo in linker option on windows
- Date: Wed, 2 Dec 2009 02:35:42 +0000 (UTC)
commit feefda4fb9b13c1465ccac2734d67f6ce948c72d
Author: Fridrich Strba <fridrich strba bluewin ch>
Date: Wed Dec 2 03:33:44 2009 +0100
fix a typo in linker option on windows
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 889e6d8..a8a656e 100644
--- a/configure.in
+++ b/configure.in
@@ -262,7 +262,7 @@ AM_CONDITIONAL(WITH_NATIVE_WIN32, test $with_native_win32 = yes)
AM_CONDITIONAL(CROSS_COMPILING, test x"$cross_compiling" != xno)
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"
+ GNUMERIC_PLUGIN_LDFLAGS="-avoid-version -no-undefined $GNUMERIC_LIBS -Wl,--enable-runtime-pseudo-reloc,--export-all-symbols \$(top_builddir)/src/libspreadsheet.la -s"
else
GNUMERIC_PLUGIN_LDFLAGS="-avoid-version"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]