mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix macosx integration (was broken)
This commit is contained in:
parent
1a9043a694
commit
03ddd98b21
2 changed files with 9 additions and 12 deletions
19
configure.ac
19
configure.ac
|
|
@ -107,6 +107,14 @@ dnl AC_CHECK_LIB(intl,libintl_gettext)
|
|||
|
||||
AC_CHECK_FUNCS([get_current_dir_name strndup stpcpy] )
|
||||
|
||||
AC_ARG_ENABLE(x11,
|
||||
[ --disable-x11 Disable X11 support],
|
||||
[case "${enableval}" in
|
||||
yes) enable_x11=true ;;
|
||||
no) enable_x11=false ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --disable-x11) ;;
|
||||
esac],[enable_x11=true])
|
||||
|
||||
dnl conditionnal build of console interface.
|
||||
AC_ARG_ENABLE(console_ui,
|
||||
[ --enable-console_ui=[yes/no] Turn on or off compilation of console interface [default=yes]],
|
||||
|
|
@ -229,17 +237,6 @@ else
|
|||
package_prefix=${prefix}
|
||||
fi
|
||||
|
||||
|
||||
AC_ARG_ENABLE(x11,
|
||||
[ --disable-x11 Disable X11 support],
|
||||
[case "${enableval}" in
|
||||
yes) enable_x11=true ;;
|
||||
no) enable_x11=false ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --disable-x11) ;;
|
||||
esac],[enable_x11=true])
|
||||
|
||||
|
||||
|
||||
if test "$relativeprefix" = "auto" ; then
|
||||
case $target_os in
|
||||
*darwin*)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f427cdc370d07696406a33eb2241ccac5ba17d46
|
||||
Subproject commit cd270c165f205954bd16ca76d0be2dff8f92cbd5
|
||||
Loading…
Add table
Reference in a new issue