Changeset 921 in vbox for trunk/configure
- Timestamp:
- Feb 15, 2007 9:10:00 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18650
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r832 r921 487 487 else 488 488 log_success "found version $libidl_ver" 489 cnf_append "VBOX_LIBIDL_CONFIG" \ 490 "PKG_CONFIG_PATH=`libIDL-config-2 --prefix`/lib/pkgconfig `which_wrapper libIDL-config-2`" 489 491 fi 490 492 elif check_avail "libIDL-config" libIDL-config; then … … 495 497 else 496 498 log_success "found version $libidl_ver" 499 cnf_append "VBOX_LIBIDL_CONFIG" `which_wrapper libIDL-config` 497 500 fi 498 501 fi
Note:
See TracChangeset
for help on using the changeset viewer.