Changeset 14399

Show
Ignore:
Timestamp:
05/08/08 19:17:41 (3 months ago)
Author:
mloskot
Message:

Fixed Expat detection problem on MinGW (Ticket #2050). Patch prepared by Ari.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/m4/ax_expat.m4

    r13277 r14399  
    118118        LDFLAGS="$LDFLAGS $expat_lib_flags" 
    119119 
     120        saved_LIBS="$LIBS" 
     121        LIBS="$LIBS -lexpat" 
     122         
    120123        dnl 
    121124        dnl Check Expat headers 
     
    177180        CPPFLAGS="$saved_CPPFLAGS" 
    178181        LDFLAGS="$saved_LDFLAGS" 
     182        LIBS="$saved_LIBS" 
    179183    fi 
    180184