You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/03/23 12:53:06 UTC

svn commit: r1304290 - /incubator/ooo/trunk/main/configure.in

Author: hdu
Date: Fri Mar 23 11:53:05 2012
New Revision: 1304290

URL: http://svn.apache.org/viewvc?rev=1304290&view=rev
Log:
fix LIBX*_LIBS spelling in configure input

Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1304290&r1=1304289&r2=1304290&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Fri Mar 23 11:53:05 2012
@@ -3929,7 +3929,7 @@ if test -n "$with_system_libxslt" -o -n 
 		PKG_CHECK_MODULES(LIBXSLT, libxslt)
 	else
 		LIBXSLT_CFLAGS=`xslt-config --cflags`
-		LIBXSLT_LDLAGS=`xslt-config --libs`
+		LIBXSLT_LIBS=`xslt-config --libs`
 	fi
 
    dnl Check for xsltproc
@@ -3962,7 +3962,7 @@ if test -n "$with_system_libxml" -o -n "
 		PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= 2.0)
 	else
 		LIBXML_CFLAGS=`xml2-config --cflags`
-		LIBXML_LDLAGS=`xml2-config --libs`
+		LIBXML_LIBS=`xml2-config --libs`
 	fi
 else
     AC_MSG_RESULT([internal])