windows fixes

This commit is contained in:
Simon Morlat 2014-09-28 14:05:57 +02:00
parent 1cae8fb66f
commit 6dfa6857ee
4 changed files with 5 additions and 3 deletions

View file

@ -60,6 +60,8 @@ General rules for compilation
- all other commands (configure, autogen.sh, make) must be done within the mingw shell (msys).
In both msys and msys-git windows, change into the directory you created for sources:
cd /c/sources
- make sure pkg-config works by adding this env variable to your terminal:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
Building belle-sip
******************

View file

@ -899,7 +899,7 @@ dnl # Check for doxygen
dnl ##################################################
AC_PATH_PROG(DOXYGEN,doxygen,false)
AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false)
AM_CONDITIONAL(HAVE_DOXYGEN, test "$DOXYGEN" != "false")
AC_CONFIG_FILES([

@ -1 +1 @@
Subproject commit 1e40c9732712151197aac8830967fa61a23c280b
Subproject commit f6f1d4e9804a9e3ba625621ccfaf562782642ff9

2
oRTP

@ -1 +1 @@
Subproject commit 72de9096de5e4aba0dfd9dbcb4406a6753e7fe68
Subproject commit 89ca6ec136b325e4b51e40c6de6b7ab8b2d72432