Changeset 4783 in vbox
- Timestamp:
- Sep 14, 2007 8:24:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4782 r4783 1167 1167 --with-qt-dir=DIR directory for QT headers/libraries [$QTDIR] 1168 1168 --with-xalan=LIB location of the xalan library [$LIBXALAN] 1169 --with-xalan-inc=DIR location of the xalan headers [$INCXALAN] 1169 1170 --with-xerces=LIB location of the xerces library [$LIBXERCES] 1171 --with-xerces-inc=DIR location of the xerces headers [$INCXERCES] 1170 1172 1171 1173 Build type: … … 1218 1220 LIBXALAN=`echo $option | cut -d'=' -f2` 1219 1221 ;; 1222 --with-xalan-inc=*) 1223 INCXALAN=`echo $option | cut -d'=' -f2` 1224 ;; 1220 1225 --with-xerces=*) 1221 1226 LIBXERCES=`echo $option | cut -d'=' -f2` 1227 ;; 1228 --with-xserces-inc=*) 1229 INCXERCES=`echo $option | cut -d'=' -f2` 1222 1230 ;; 1223 1231 --disable-xpcom)
Note:
See TracChangeset
for help on using the changeset viewer.