22 lines
800 B
Text
22 lines
800 B
Text
$NetBSD: patch-ba,v 1.4 2006/11/11 22:49:51 rillig Exp $
|
|
|
|
--- configure.orig 2004-11-26 09:47:07.000000000 +0100
|
|
+++ configure 2006-11-11 23:49:07.000000000 +0100
|
|
@@ -2929,7 +2929,7 @@ else
|
|
{ { 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"
|
|
@@ -3491,7 +3491,7 @@ if test `eval echo '${'$as_ac_Header'}'`
|
|
fi
|
|
|
|
|
|
- if test "${H323_RFC2190_AVCODEC}" == "1" ; then
|
|
+ if test "${H323_RFC2190_AVCODEC}" = "1" ; then
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define H323_RFC2190_AVCODEC 1
|
|
_ACEOF
|