Changeset 4509 in vbox for trunk/configure
- Timestamp:
- Sep 4, 2007 8:40:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4493 r4509 218 218 BUILD_CPU=`uname -m` 219 219 case "$BUILD_CPU" in 220 i[3456789]86|x86 )220 i[3456789]86|x86|i86pc) 221 221 BUILD_MACHINE='x86' 222 222 LIB='lib' … … 243 243 ;; 244 244 freebsd) 245 ;; 246 SunOS) 247 OS='solaris' 245 248 ;; 246 249 *) … … 1312 1315 # append some extra paths 1313 1316 PATH="$PATH:/opt/gnome/bin" 1317 # solaris 1318 PATH="$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin" 1314 1319 1315 1320 # the tools
Note:
See TracChangeset
for help on using the changeset viewer.