libxslt r1486 - trunk



Author: veillard
Date: Mon Jul 28 12:49:05 2008
New Revision: 1486
URL: http://svn.gnome.org/viewvc/libxslt?rev=1486&view=rev

Log:
* configure.in: fix my static linking setup on x86_64
Daniel


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jul 28 12:49:05 2008
@@ -354,7 +354,7 @@
     then
 	STATIC_BINARIES="-static"
     else
-        STATIC_BINARIES=
+        STATIC_BINARIES="-static"
     fi
     if test "$LOGNAME" = "veillard"
     then
@@ -557,7 +557,8 @@
 dnl In build tree I use a static version with memory debug enabled
 dnl
 if test "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ; then
-    if test "`uname -i`" != "x86_64" -a -e $HOME/XML/.libs/libxml2.a ;
+dnl    if test "`uname -i`" != "x86_64" -a -e $HOME/XML/.libs/libxml2.a ;
+    if test -e $HOME/XML/.libs/libxml2.a ;
     then
 	LIBXML_LIBS="$HOME/XML/.libs/libxml2.a -lpthread -lz"
     fi



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