mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
build: otr cflags -> CFLAGS
This commit is contained in:
parent
30faa6c367
commit
7713223ddb
@ -301,7 +301,7 @@ if test "x$enable_otr" != xno; then
|
|||||||
AM_CONDITIONAL([BUILD_OTR], [true])
|
AM_CONDITIONAL([BUILD_OTR], [true])
|
||||||
|
|
||||||
PKG_CHECK_MODULES([libotr], [libotr >= 4.0],
|
PKG_CHECK_MODULES([libotr], [libotr >= 4.0],
|
||||||
[LIBS="$libotr_LIBS $LIBS" CFLAGS="$libotr_CFLAGS $cflags"],
|
[LIBS="$libotr_LIBS $LIBS" CFLAGS="$libotr_CFLAGS $CFLAGS"],
|
||||||
[AM_CONDITIONAL([BUILD_OTR], [false])
|
[AM_CONDITIONAL([BUILD_OTR], [false])
|
||||||
AS_IF([test "x$enable_otr" = xyes],
|
AS_IF([test "x$enable_otr" = xyes],
|
||||||
[AC_MSG_ERROR([libotr >= 4.0 is required for OTR support])],
|
[AC_MSG_ERROR([libotr >= 4.0 is required for OTR support])],
|
||||||
|
Loading…
Reference in New Issue
Block a user