]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/minidom/minidom-config.in
ocaml 3.09 transition
[helm.git] / helm / minidom / minidom-config.in
index cdae66aaa7c56dab1aa9234e64945de3dbf01a83..5ed30292533088ac67e6218a5a35f3851f2e25b8 100644 (file)
@@ -39,10 +39,10 @@ while test $# -gt 0; do
 done
 
 if test "$echo_cflags" = "yes"; then
-    echo `xml-config --cflags` -I$pkgincludedir
+    echo `$XML_CONFIG --cflags` -I$pkgincludedir
 fi
 
 if test "$echo_libs" = "yes"; then
-    echo `xml-config --libs` -L$libdir -lminidom
+    echo `$XML_CONFIG --libs` -L$libdir -lminidom
 fi