Changeset 729

More minor fixes. I realise that the cypro branch will remove this totally, but it's still
broken.

Committed by:  xrobau
Date:  Oct 29 2005 * 07:34 (over 3 years ago)

Affected files:

openpbx/trunk/configure (unified diff)

r628r729
91099109 fi
91109110
91119111
9112 if test "x$chan_exosip2" != "no" && test "x$chan_exosip2" != "x" && test "x$HAVE_ORTP" == "xyes" && test "x$HAVE_OSIP2" == "xyes" && test "x$HAVE_EXOSIP2" == "xyes"; then
9112 if test "x$chan_exosip2" != "no" -a "x$chan_exosip2" != "x" -a "x$HAVE_ORTP" = "xyes" -a "x$HAVE_OSIP2" = "xyes" -a "x$HAVE_EXOSIP2" = "xyes" ; then
91139113 EXOLIBS="-leXosip2 -losip2 -losipparser2 -lortp -lpthread"
91149114 fi
91159115
------
91269126 ##### ressources
91279127
91289128 #SVN Revision number For version number
9129 if test -n $SVN ; then
9129 if test -n "$SVN" ; then
91309130 SUBVERSION=`${SVN} info | ${GREP} Revision | awk '{ print $2 }'`
91319131 fi
91329132

openpbx/trunk/configure.ac (unified diff)

r627r729
297297 AC_CHECK_LIB(osip2,[main],[HAVE_OSIP2="yes"])
298298 AC_CHECK_LIB(eXosip2,[main],[HAVE_EXOSIP2="yes"])
299299
300 if test "x$chan_exosip2" != "no" && test "x$chan_exosip2" != "x" && test "x$HAVE_ORTP" == "xyes" && test "x$HAVE_OSIP2" == "xyes" && test "x$HAVE_EXOSIP2" == "xyes"; then
300 if test "x$chan_exosip2" != "no" -a "x$chan_exosip2" != "x" -a "x$HAVE_ORTP" = "xyes" -a "x$HAVE_OSIP2" = "xyes" -a "x$HAVE_EXOSIP2" = "xyes" ; then
301301 EXOLIBS="-leXosip2 -losip2 -losipparser2 -lortp -lpthread"
302302 fi
303303
------
314314 ##### ressources
315315
316316 #SVN Revision number For version number
317 if test -n $SVN ; then
317 if test -n "$SVN" ; then
318318 SUBVERSION=`${SVN} info | ${GREP} Revision | awk '{ print $2 }'`
319319 fi
320320