VirtualBox

Changeset 2925 in vbox


Ignore:
Timestamp:
May 29, 2007 8:22:08 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21602
Message:

print package version of libhal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2923 r2925  
    10141014  pc_cflagshal=`pkg-config hal --cflags 2>/dev/null`
    10151015  pc_libhal=`pkg-config hal --libs 2>/dev/null`
     1016  pc_verhal=`pkg-config hal --modversion 2>/dev/null`
    10161017  if [ ! -z "$pc_cflagshal" ]
    10171018  then # is this acceptable?
     
    10351036' > .tmp_src.cc
    10361037  if test_compile "$CFLAGSHAL $LIBHAL" libhal libhal; then
    1037     log_success "found"
     1038    log_success "found version $pc_verhal"
    10381039    cnf_append "LIB_HAL_CFLAGS" "$CFLAGSHAL"
    10391040    cnf_append "LIB_HAL_LIBS" `echo $LIBHAL | sed 's+-l++g'`
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette