From: prascle Date: Mon, 4 Feb 2008 08:34:53 +0000 (+0000) Subject: PR: a bug in the last correction, sorry X-Git-Tag: for_M2008_07022008~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=97bce70d6a33110b6e8ec78639d583302461ee58;p=modules%2Fkernel.git PR: a bug in the last correction, sorry --- diff --git a/salome_adm/unix/config_files/check_libxml.m4 b/salome_adm/unix/config_files/check_libxml.m4 index c34f8e796..7c0da3565 100644 --- a/salome_adm/unix/config_files/check_libxml.m4 +++ b/salome_adm/unix/config_files/check_libxml.m4 @@ -20,7 +20,7 @@ then then LOCAL_LIBS="-lxml2" else - LOCALLIBS="-L$LIBXML_DIR/lib -lxml2" + LOCAL_LIBS="-L$LIBXML_DIR/lib -lxml2" fi else LOCAL_INCLUDES="-I/usr/include/libxml2"