blob: f6f7eee628193eb8f8d45f587caf07a6fcfdab03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.2 2004/10/09 16:01:23 mjl Exp $
--- configure.orig 2004-10-09 00:01:54.000000000 +0200
+++ configure 2004-10-09 00:02:59.000000000 +0200
@@ -1825,7 +1825,7 @@
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
{ (exit 1); exit 1; }; }
-if test -r "${PWLIBDIR}/version.h"; then
+if test -r "${PWLIBDIR}/include/ptlib/version.h"; then
eval "$as_ac_File=yes"
else
eval "$as_ac_File=no"
|