Changeset 21887 in vbox for trunk/configure
- Timestamp:
- Jul 30, 2009 1:46:38 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r20255 r21887 893 893 if test_compile "$LIBZ $I_INCZ" zlib zlib; then 894 894 if test_execute; then 895 cnf_append "SDK_VBOX_ZLIB_LIBS" "`strip_l "$LIBZ"`" 896 cnf_append "SDK_VBOX_ZLIB_INCS" "$INCZ" 895 echo "if1of (\$(KBUILD_TARGET),darwin freebsd linux solaris)" >> $CNF 896 cnf_append " SDK_VBOX_ZLIB_LIBS" "`strip_l "$LIBZ"`" 897 cnf_append " SDK_VBOX_ZLIB_INCS" "$INCZ" 898 echo "endif" >> $CNF 897 899 fi 898 900 fi
Note:
See TracChangeset
for help on using the changeset viewer.