Changeset 736 for releases

Show
Ignore:
Timestamp:
09/05/05 18:53:46 (3 years ago)
Author:
aj
Message:

improved ltdl check.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.6.6/configure.ac

    r721 r736  
    158158dnl use ltdl 
    159159AC_LIB_LINKFLAGS(ltdl) 
     160 
     161saved_LIBS="$LIBS" 
     162LIBS="$saved_LIBS $LIBLTDL" 
     163AC_CHECK_HEADER([ltdl.h]) 
     164LIBS="$saved_LIBS" 
    160165 
    161166dnl See if socket() is found from libsocket