summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 12:21:53 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 12:21:53 +0000
commitf0889c126105a06eac8b82a8055dc39a491822d0 (patch)
treec5032b55c6329bcc0ce92bef730266d222b9bbbd /configure
parentc528683baf49798effce3637d5b84b68e2758aef (diff)
downloadVirtualBox-svn-f0889c126105a06eac8b82a8055dc39a491822d0.tar.gz
*.kmk,configure*: s/VBOX_LIBPNG/VBoxLibPng/ (SDK) bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98239 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 56f0ad20a4d..fe5523d959e 100755
--- a/configure
+++ b/configure
@@ -1024,8 +1024,8 @@ EOF
[ -n "$INCPNG" ] && I_INCPNG=`prefix_I "$INCPNG"`
if test_compile "$LIBPNG $I_INCPNG" libpng libpng; then
if test_execute; then
- cnf_append "SDK_VBOX_LIBPNG_LIBS" "`strip_l "$LIBPNG"`"
- cnf_append "SDK_VBOX_LIBPNG_INCS" "$INCPNG"
+ cnf_append "SDK_VBoxLibPng_LIBS" "`strip_l "$LIBPNG"`"
+ cnf_append "SDK_VBoxLibPng_INCS" "$INCPNG"
fi
fi
}