From e3979c4d56798e9067fb3ba6a03e266583cc6aa0 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 24 Aug 2011 15:10:53 +0200 Subject: [PATCH] disable relative path search auto mode for macosx --- configure.ac | 14 +------------- oRTP | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 03f65f7d0..dd0c4d946 100644 --- a/configure.ac +++ b/configure.ac @@ -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=auto]) + esac],[relativeprefix=no]) AC_ARG_ENABLE(date, [ --enable-date Use build date in internal version number], @@ -239,18 +239,6 @@ else package_prefix=${prefix} fi -if test "$relativeprefix" = "auto" ; then - case $target_os in - *darwin*) - if test "$enable_x11" = "false" ; then - relativeprefix=yes - fi - ;; - *mingw*) - relativeprefix=yes - ;; - esac -fi if test "$relativeprefix" = "yes" ; then dnl allow binaries to install everywhere diff --git a/oRTP b/oRTP index 3e3ba3f49..250b8d7f2 160000 --- a/oRTP +++ b/oRTP @@ -1 +1 @@ -Subproject commit 3e3ba3f4922a9f2eaddd782b571abf3968aa41b9 +Subproject commit 250b8d7f224a4fa003dfb23a00d70e33bff41714