Fix #248: Remove libpurple SSL configure check
commit60f8fe8575cc8ba80e1e7aec27bf8f50fe8fd1bb
authorStefan Becker <chemobejk@gmail.com>
Tue, 20 May 2014 09:54:07 +0000 (20 12:54 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sun, 25 May 2014 10:40:04 +0000 (25 13:40 +0300)
treea2b796b3457ccc919ca964b6a4f6a93410d2561a
parent895a5dbd16857f3046b801bb50a5d76051f882d1
Fix #248: Remove libpurple SSL configure check

On some installations the stripped-down libpurple initialization is not
enough and causes the SSL configure check to fail. A better solution
would be to call purple_core_init(), but that fails on other platforms.

The only option is to remove the configure check completely. Not a big
loss anyway...

(cherry picked from commit f79a5d68069ac52c24138abdf4f4724cb88c245a)
configure.ac