- Timestamp:
- 2008-04-02T14:34:57Z (17 years ago)
- Branches:
- master
- Children:
- 69aaf14, f9dbc99
- Parents:
- fa75134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rfa75134 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.