summaryrefslogtreecommitdiffstats
path: root/macosx/configure
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/configure')
-rwxr-xr-xmacosx/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/configure b/macosx/configure
index bf86ffa..bf983be 100755
--- a/macosx/configure
+++ b/macosx/configure
@@ -584,7 +584,6 @@ PACKAGE_URL=''
ac_subst_vars='LTLIBOBJS
LIBOBJS
CORES
-ROOT
ARCH
OS
PKG_CFLAGS
@@ -1859,7 +1858,9 @@ OS="macosx"
ARCH=$with_arch
-ROOT=$ac_pwd
+prefix=$ac_pwd
+
+exec_prefix=$ac_pwd
CORES=`sysctl -n "hw.ncpu"`