Changeset 16026 in vbox
- Timestamp:
- Jan 19, 2009 4:50:44 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41710
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r15782 r16026 1992 1992 fi 1993 1993 1994 if [ "$OS" = "freebsd" ]; then 1995 # Qt3 will be gone before the FreeBSD port is completed, so just drop it. 1996 WITH_QT3=0 1997 fi 1998 1994 1999 # emit disable directives corresponding to any --disable-xxx options. 1995 2000 [ $WITH_XPCOM -eq 0 ] && cnf_append "VBOX_WITH_MAIN" "" … … 2018 2023 [ "$OS" != "darwin" -a $OSE -eq 0 ] && check_ssl 2019 2024 [ "$OS" != "darwin" ] && check_z 2020 [ "$OS" != "darwin" ] && check_png2025 [ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png 2021 2026 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam 2022 2027 [ $WITH_SDL -eq 1 ] && check_sdl
Note:
See TracChangeset
for help on using the changeset viewer.