X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fminidom%2Fminidom-config.in;h=5ed30292533088ac67e6218a5a35f3851f2e25b8;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=cdae66aaa7c56dab1aa9234e64945de3dbf01a83;hpb=6dcc4f53577df5a519e673ed6bc4dce9ab861e42;p=helm.git diff --git a/helm/minidom/minidom-config.in b/helm/minidom/minidom-config.in index cdae66aaa..5ed302925 100644 --- a/helm/minidom/minidom-config.in +++ b/helm/minidom/minidom-config.in @@ -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