[GnomeMeeting-devel-list] CVS openH323
- From: Damien Sandras <dsandras seconix com>
- To: gnomemeeting-devel-list gnome org
- Subject: [GnomeMeeting-devel-list] CVS openH323
- Date: 16 May 2003 15:17:38 +0200
Here is a patch to make it work.
Firewire doesn't work yet, my other patches are not applied yet to their
new CVS.
--
_ Damien Sandras
(o- GnomeMeeting: http://www.gnomemeeting.org/
//\ FOSDEM 2003: http://www.fosdem.org
v_/_ H.323 phone: callto://ils.seconix.com/dsandras seconix com
--- configure.in.orig Fri May 16 15:07:15 2003
+++ configure.in Fri May 16 15:12:04 2003
@@ -1,5 +1,7 @@
AC_INIT(include/h323.h)
+AC_PROG_CXX
+
dnl ########################################################################
dnl set the OpenH323 directory to the current directory
@@ -31,7 +33,12 @@
PLATFORM_PTLIB="ptlib_${OSTYPE}_${MACHTYPE}_r"
-AC_CHECK_HEADERS(ptlib.h, HAS_PTLIB=1)
+CPPFLAGS_save="$CPPFLAGS"
+CPPFLAGS="-I/usr/include/ptlib/unix/ -I/usr/include/ptclib/ -I/usr/local/include/ptlib/unix/ -I/usr/local/include/ptclib/ $CPPFLAGS"
+AC_LANG([C++])
+AC_CHECK_HEADERS(ptlib.h, HAS_PTLIB=1, HAS_PTLIB=0, -)
+CPPFLAGS="$CPPFLAGS_save"
+
if test "${HAS_PTLIB:-unset}" != "unset" ; then
dnl AC_CHECK_LIB(${PLATFORM_PTLIB}, ldap_open, HAS_PTLIB=1, HAS_PTLIB=)
AC_PATH_PROG(PTLIB_CONFIG, ptlib-config)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]