- Timestamp:
- 2008-04-02T14:37:13Z (17 years ago)
- Branches:
- master
- Children:
- d179921d
- Parents:
- 85d7b85 (diff), 4af7b4f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r85d7b85 rf9dbc99 215 215 detect_gnutls() 216 216 { 217 if libgnutls-config --version > /dev/null 2> /dev/null; then 217 if $PKG_CONFIG --exists gnutls; then 218 cat <<EOF>>Makefile.settings 219 EFLAGS+=`$PKG_CONFIG --libs gnutls` 220 CFLAGS+=`$PKG_CONFIG --cflags gnutls` 221 EOF 222 ssl=gnutls 223 ret=1 224 elif libgnutls-config --version > /dev/null 2> /dev/null; then 218 225 cat <<EOF>>Makefile.settings 219 226 EFLAGS+=`libgnutls-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.