]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
To see which libxml2 we're using in configure log
authornge <nge>
Tue, 6 Oct 2009 14:05:43 +0000 (14:05 +0000)
committernge <nge>
Tue, 6 Oct 2009 14:05:43 +0000 (14:05 +0000)
salome_adm/unix/config_files/check_libxml.m4

index d5104cd421d893d00cd511d44c11d6453494ae84..a9bba03a335b12465e806e34e928b570028838a2 100644 (file)
@@ -39,11 +39,14 @@ then
   LOCAL_INCLUDES="-I$LIBXML_DIR/include/libxml2"
   if test "x$LIBXML_DIR" = "x/usr"
   then
+    AC_MSG_NOTICE(Trying native Libxml2...)
     LOCAL_LIBS="-lxml2"
   else
+    AC_MSG_NOTICE(Trying Libxml2 from $LIBXML_DIR ...)
     LOCAL_LIBS="-L$LIBXML_DIR/lib -lxml2"
   fi
 else
+  AC_MSG_NOTICE(Trying native Libxml2...)
   LOCAL_INCLUDES="-I/usr/include/libxml2"
   LOCAL_LIBS="-lxml2"
 fi