[goffice] fix a typo that messes up windows linking



commit 73a7c72cb14b2b8d8c5bafdff7be8b012964cefa
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Fri Nov 20 16:36:12 2009 +0100

    fix a typo that messes up windows linking

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 648a91f..b623a70 100644
--- a/configure.in
+++ b/configure.in
@@ -230,7 +230,7 @@ with_native_win32=no
 case $host_os in
   mingw* | pw32* | cygwin*)
     with_win32=yes
-    GOFFICE_PLUGIN_LDFLAGS="-Wl,--enable-runtime-pseudo-relo,--export-all-symbols $GOFFICE_PLUGIN_LDFLAGS"
+    GOFFICE_PLUGIN_LDFLAGS="-Wl,--enable-runtime-pseudo-reloc,--export-all-symbols $GOFFICE_PLUGIN_LDFLAGS"
     ;;
 esac
 AC_MSG_RESULT($with_win32)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]