mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
Bump version requirements for libotr to 4.1.0.
This commit is contained in:
parent
e12853fd83
commit
826aaac32c
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ dnl **
|
|||
have_otr=no
|
||||
if test "x$want_otr" != "xno"; then
|
||||
AM_PATH_LIBGCRYPT(1:1.2.0, [], [AC_ERROR(libgcrypt 1.2.0 or newer is required.)])
|
||||
AM_PATH_LIBOTR(4.0.0, [], [AC_ERROR([libotr 4.0.0 or newer is required.])])
|
||||
AM_PATH_LIBOTR(4.1.0, [], [AC_ERROR([libotr 4.1.0 or newer is required.])])
|
||||
|
||||
OTR_CFLAGS="$LIBOTR_CFLAGS $LIBGCRYPT_CFLAGS"
|
||||
OTR_LDFLAGS="$LIBOTR_LIBS $LIBGCRYPT_LIBS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue