blob: bed85525c5c37a2548208e14a09a7d646ec480d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.2 2004/02/10 14:39:40 jmmv Exp $
--- configure.orig 2004-02-10 15:00:22.000000000 +0100
+++ configure
@@ -7779,6 +7779,7 @@ fi
done
+if false; then
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -7829,6 +7830,7 @@ echo "$as_me: error:
*** <http://www.freedesktop.org/software/pkgconfig/>." >&2;}
{ (exit 1); exit 1; }; }
fi
+fi
ac_config_files="$ac_config_files Makefile gnome-common.spec macros/Makefile macros2/Makefile bin/Makefile doc/Makefile doc-build/Makefile doc-build/gnome-doc-common"
|