mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 11:49:31 +00:00
fix windows build
This commit is contained in:
parent
cafd13f287
commit
f8c2be0bc7
2 changed files with 7 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ AC_ARG_ENABLE(relativeprefix,
|
|||
yes) relativeprefix=yes ;;
|
||||
no) relativeprefix=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-relativeprefix) ;;
|
||||
esac],[relativeprefix=no])
|
||||
esac],[relativeprefix=guess])
|
||||
|
||||
AC_ARG_ENABLE(date,
|
||||
[ --enable-date Use build date in internal version number],
|
||||
|
|
@ -239,6 +239,11 @@ else
|
|||
package_prefix=${prefix}
|
||||
fi
|
||||
|
||||
if test "$relativeprefix" = "guess" ; then
|
||||
if test "$mingw_found" = "yes" ; then
|
||||
relativeprefix="yes"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$relativeprefix" = "yes" ; then
|
||||
dnl allow binaries to install everywhere
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit e16102322baf5bc6079216c44722f79d1a6202d4
|
||||
Subproject commit 38693cb535650fa668ffec8f8daecbeec6289657
|
||||
Loading…
Add table
Reference in a new issue