fix windows build

This commit is contained in:
Simon Morlat 2011-09-07 21:58:14 +02:00
parent cafd13f287
commit f8c2be0bc7
2 changed files with 7 additions and 2 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit e16102322baf5bc6079216c44722f79d1a6202d4
Subproject commit 38693cb535650fa668ffec8f8daecbeec6289657