Changeset 1542 in vbox
- Timestamp:
- Mar 16, 2007 9:06:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/configure (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1539 r1542 1182 1182 fi 1183 1183 1184 # emit disable directives corresponding to any --disable-xxx options. 1185 (($WITH_XPCOM==0)) && cnf_append "VBOX_WITH_MAIN" "" 1186 (($WITH_QT==0)) && cnf_append "VBOX_WITH_QTGUI" "" 1187 (($WITH_SDL_TTF==0)) && cnf_append "VBOX_WITH_SECURELABEL" "" 1188 1184 1189 # append the tools directory to the default search path 1185 1190 echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN"
Note:
See TracChangeset
for help on using the changeset viewer.

