下記ご参考。
一応
./configure –help
でオプションと見ると–with-ssl={gnutls,openssl} specify the SSL backend. GNU TLS is the default.
と記載がある。コンパイルで問題が出ているgnutlsではなく、opensslを使用するオプションを指定してコンパイルする。
こんな感じ。
./configure –with-ssl=openssl
make
これで無事コンパイル。
http://blog.livedoor.jp/u_26/archives/1718115.html