openbsd-ports/graphics/dia/patches/patch-configure
2001-06-02 10:55:44 +00:00

21 lines
723 B
Plaintext

--- configure.orig Fri Jun 1 00:02:01 2001
+++ configure Fri Jun 1 00:03:20 2001
@@ -8626,7 +8626,7 @@ localedir='${prefix}/${DATADIRNAME}/loca
# Extract the first word of "xml-config", so it can be a program name with args.
-set dummy xml-config; ac_word=$2
+set dummy xml2-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:8632: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_XML_CONFIG'+set}'`\" = set"; then
@@ -8640,7 +8640,7 @@ else
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
- ac_cv_prog_XML_CONFIG="xml-config"
+ ac_cv_prog_XML_CONFIG="xml2-config"
break
fi
done