blob: 40ef4598b11263abbcef4c35d8bbf9270a220cd3 (
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.16 2002/03/01 06:46:50 fredb Exp $
--- configure.orig Sun Feb 24 03:56:28 2002
+++ configure
@@ -1544,7 +1544,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
@@ -7479,7 +7479,7 @@
/*)
echo $ac_n "checking for XML headers""... $ac_c" 1>&6
echo "configure:7493: 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
|