mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Move the inclusion of /usr/include for MinGW one more time.
This commit is contained in:
parent
78cd8521a2
commit
a36c94f18d
1 changed files with 8 additions and 8 deletions
16
configure.ac
16
configure.ac
|
|
@ -806,6 +806,14 @@ AC_SUBST([MS2_VERSION])
|
|||
AC_SUBST([MS2_DIR])
|
||||
|
||||
|
||||
case $target in
|
||||
*mingw*)
|
||||
dnl Workaround for mingw, whose compiler does not check in /usr/include ...
|
||||
CPPFLAGS="$CPPFLAGS -I/usr/include"
|
||||
LDFLAGS="$LDFLAGS -L/usr/lib"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
AC_ARG_ENABLE(tunnel,
|
||||
[AS_HELP_STRING([--enable-tunnel=[yes/no]], [Turn on compilation of tunnel support (default=no)])],
|
||||
|
|
@ -943,14 +951,6 @@ case "$target_os" in
|
|||
;;
|
||||
esac
|
||||
|
||||
case $target in
|
||||
*mingw*)
|
||||
dnl Workaround for mingw, whose compiler does not check in /usr/include ...
|
||||
CPPFLAGS="$CPPFLAGS -I/usr/include"
|
||||
LDFLAGS="$LDFLAGS -L/usr/lib"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
dnl ##################################################
|
||||
dnl # Check for doxygen
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue