Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
f8c2be0b
Commit
f8c2be0b
authored
Sep 07, 2011
by
Simon Morlat
Browse files
fix windows build
parent
cafd13f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
configure.ac
configure.ac
+6
-1
oRTP
oRTP
+1
-1
No files found.
configure.ac
View file @
f8c2be0b
...
...
@@ -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
...
...
oRTP
@
38693cb5
Subproject commit
e16102322baf5bc6079216c44722f79d1a6202d4
Subproject commit
38693cb535650fa668ffec8f8daecbeec6289657
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment