summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:15:58 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:15:58 +0000
commit00763c14e19c1742889bea9457132ba70a186afe (patch)
treeb3927ec650eb7c1eb5832995344371b7a80c1fdd /configure
parentb4fd3ca8f1e6a791bd935ccf6173ccdfb82765f3 (diff)
downloadVirtualBox-svn-00763c14e19c1742889bea9457132ba70a186afe.tar.gz
/*.kmk,configure*: s/VBOX_VORBIS/VBoxLibVorbis/ (sdk) bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98248 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3305604d021..9be21e3509c 100755
--- a/configure
+++ b/configure
@@ -1838,8 +1838,8 @@ EOF
[ -n "$INCVRB" ] && I_INCVRB=`prefix_I "$INCVRB"`
if test_compile "$LIBVRB $I_INCVRB" vorbis vorbis nofatal; then
if test_execute; then
- cnf_append "SDK_VBOX_VORBIS_INCS" "$INCVRB"
- cnf_append "SDK_VBOX_VORBIS_LIBS" "`strip_l "$LIBVRB"`"
+ cnf_append "SDK_VBoxLibVorbis_INCS" "$INCVRB"
+ cnf_append "SDK_VBoxLibVorbis_LIBS" "`strip_l "$LIBVRB"`"
fi
else
echo "not found -- building libvorbis from in-tree code."