File: configure.in.in

package info (click to toggle)
sim 0.9.5~svn20080806-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,108 kB
  • ctags: 11,570
  • sloc: cpp: 119,605; sh: 9,986; ansic: 3,312; perl: 2,752; lex: 1,533; makefile: 839; xml: 206; python: 56
file content (4 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
if test "$have_ssl" != yes; then
  AC_MSG_WARN([OpenSSL library disabled. LiveJournal plugin is disabled])
fi
AM_CONDITIONAL(ENABLE_LIVEJOURNAL, test "$have_ssl" = "yes")