Changes in configure [003553b:4af7b4f]
Legend:
- Unmodified
- Added
- Removed
-
configure
r003553b r4af7b4f 213 213 detect_gnutls() 214 214 { 215 if libgnutls-config --version > /dev/null 2> /dev/null; then 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 216 223 cat <<EOF>>Makefile.settings 217 224 EFLAGS+=`libgnutls-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.