summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2009-09-11 00:04:07 +0200
committerFelix Geyer <debfx-pkg@fobos.de>2009-09-11 00:04:07 +0200
commit336ae01f5ec82f76ff58ba86dacbb4f66116e7b8 (patch)
treedd973a6b7d381cb5c6921dca61f1eb50c1c1dbfa /configure
parentfd321f7f2afeecd1066ed399b8c33aed3964b228 (diff)
downloadvirtualbox-336ae01f5ec82f76ff58ba86dacbb4f66116e7b8.tar.gz
Imported Upstream version 3.0.6-dfsgupstream/3.0.6-dfsg
Stripping most dirs from src/VBox/Additions/x11/x11include
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure b/configure
index 420e4b205..541242d44 100755
--- a/configure
+++ b/configure
@@ -384,10 +384,6 @@ check_gcc()
fail really
elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then
log_success "found version $cc_ver"
- elif [ $cc_maj -eq 4 -a $cc_min -eq 4 ]; then
- log_success "found version $cc_ver"
- log " WARNING: gcc version 4.4 was not extensively tested with the"
- log " VirtualBox source code! Continue at your own risk!"
# gcc-4.0 is allowed for Darwin only
elif [ $cc_maj -lt 3 \
-o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
@@ -892,8 +888,10 @@ EOF
[ -n "$INCZ" ] && I_INCZ=`prefix_I "$INCZ"`
if test_compile "$LIBZ $I_INCZ" zlib zlib; then
if test_execute; then
- cnf_append "SDK_VBOX_ZLIB_LIBS" "`strip_l "$LIBZ"`"
- cnf_append "SDK_VBOX_ZLIB_INCS" "$INCZ"
+ echo "if1of (\$(KBUILD_TARGET),darwin freebsd linux solaris)" >> $CNF
+ cnf_append " SDK_VBOX_ZLIB_LIBS" "`strip_l "$LIBZ"`"
+ cnf_append " SDK_VBOX_ZLIB_INCS" "$INCZ"
+ echo "endif" >> $CNF
fi
fi
}