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)
| r628 | r729 | |
|---|---|---|
| 9109 | 9109 | fi |
| 9110 | 9110 | |
| 9111 | 9111 | |
| 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 | |
| 9113 | 9113 | EXOLIBS="-leXosip2 -losip2 -losipparser2 -lortp -lpthread" |
| 9114 | 9114 | fi |
| 9115 | 9115 | |
| --- | --- | |
| 9126 | 9126 | ##### ressources |
| 9127 | 9127 | |
| 9128 | 9128 | #SVN Revision number For version number |
| 9129 | if test -n $SVN ; then | |
| 9129 | if test -n "$SVN" ; then | |
| 9130 | 9130 | SUBVERSION=`${SVN} info | ${GREP} Revision | awk '{ print $2 }'` |
| 9131 | 9131 | fi |
| 9132 | 9132 |
openpbx/trunk/configure.ac (unified diff)
| r627 | r729 | |
|---|---|---|
| 297 | 297 | AC_CHECK_LIB(osip2,[main],[HAVE_OSIP2="yes"]) |
| 298 | 298 | AC_CHECK_LIB(eXosip2,[main],[HAVE_EXOSIP2="yes"]) |
| 299 | 299 | |
| 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 | |
| 301 | 301 | EXOLIBS="-leXosip2 -losip2 -losipparser2 -lortp -lpthread" |
| 302 | 302 | fi |
| 303 | 303 | |
| --- | --- | |
| 314 | 314 | ##### ressources |
| 315 | 315 | |
| 316 | 316 | #SVN Revision number For version number |
| 317 | if test -n $SVN ; then | |
| 317 | if test -n "$SVN" ; then | |
| 318 | 318 | SUBVERSION=`${SVN} info | ${GREP} Revision | awk '{ print $2 }'` |
| 319 | 319 | fi |
| 320 | 320 |
![Home changeset 729 [home]](/images/logo.png?1180520111)
RSS Feeds