Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4af7b4f r003553b  
    213213detect_gnutls()
    214214{
    215         if $PKG_CONFIG --exists gnutls; then
    216                 cat <<EOF>>Makefile.settings
    217 EFLAGS+=`$PKG_CONFIG --libs gnutls`
    218 CFLAGS+=`$PKG_CONFIG --cflags gnutls`
    219 EOF
    220                 ssl=gnutls
    221                 ret=1
    222         elif libgnutls-config --version > /dev/null 2> /dev/null; then
     215        if libgnutls-config --version > /dev/null 2> /dev/null; then
    223216                cat <<EOF>>Makefile.settings
    224217EFLAGS+=`libgnutls-config --libs`
Note: See TracChangeset for help on using the changeset viewer.