blob: eca2ba8417e994b42654104628c1a74e661ccce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.17 2002/03/19 15:34:32 wiz Exp $
--- configure.orig Tue Mar 19 00:42:35 2002
+++ configure
@@ -1638,7 +1638,7 @@
# implement the "install-strip" target properly (strip executables,
# but do not try to strip scripts.)
#
-INSTALL_SCRIPT='${INSTALL}'
+#INSTALL_SCRIPT='${INSTALL}'
# random libc stuff
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
@@ -7584,7 +7584,7 @@
/*)
echo $ac_n "checking for XML headers""... $ac_c" 1>&6
echo "configure:7598: checking for XML headers" >&5
- d=$with_xml/include
+ d=$with_xml/include/gnome-xml
if test -d $d; then
X_CFLAGS="-I$d $X_CFLAGS"
echo "$ac_t""$d" 1>&6
|