Changeset 1542
- Timestamp:
- 03/16/07 22:06:14 (2 years ago)
- Files:
-
- trunk/configure (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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"

