Changeset 6371

Show
Ignore:
Timestamp:
11/06/00 19:39:02 (8 years ago)
Author:
emile
Message:

test missing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/midgard/configure.in

    r6369 r6371  
    148148  elif test -f "$dir/include/xmltok/xmlparse.h" ; then 
    149149  dnl ## We are probably Debian 
    150     if -f "$dir/lib/libxmlparse.a" -o -e "$dir/lib/libxmlparse.so" ; then 
     150    if test -f "$dir/lib/libxmlparse.a" -o -e "$dir/lib/libxmlparse.so" ; then 
    151151      CPPFLAGS="$CPPFLAGS -I$dir/include/xmltok" 
    152152      LDFLAGS="$LDFLAGS -L$dir/lib"