summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-11-24 22:54:32 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-11-24 22:54:32 +0000
commitce6ac09043977c87695f456ea1b25457e641cb47 (patch)
tree2625e6110ebb0eeb03aac0472572c4f0012dfbe9 /configure
parent1877598673f35de602002f515faec7b800e666fb (diff)
downloadVirtualBox-svn-ce6ac09043977c87695f456ea1b25457e641cb47.tar.gz
configure: Another AUTOCFG fix, forgot the actual filename.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@92591 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2b071e9fefa..29961f06ce4 100755
--- a/configure
+++ b/configure
@@ -2808,7 +2808,7 @@ export PATH
# if we will be writing to a different out directory then set this up now
if [ $ODIR_OVERRIDE -eq 1 ]; then
- echo "AUTOCFG=$ODIR" >> $ENV
+ echo "AUTOCFG=$ODIR$CNF" >> $ENV
echo "export AUTOCFG" >> $ENV
fi
if [ $OUT_BASE_PATH_OVERRIDE -eq 1 ]; then