diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-29 09:47:13 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-29 09:47:13 +0200 |
commit | 7713223ddb698f798597ee07c6bbdabe698da02d (patch) | |
tree | 3c688bf614450987419c103c8e73ff93d759ec68 /configure.ac | |
parent | 30faa6c3678a19d182bbc1e62cc9667ea2040892 (diff) | |
download | profani-tty-7713223ddb698f798597ee07c6bbdabe698da02d.tar.gz |
build: otr cflags -> CFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 96495386..408cdbbd 100644 --- a/configure.ac +++ b/configure.ac @@ -301,7 +301,7 @@ if test "x$enable_otr" != xno; then AM_CONDITIONAL([BUILD_OTR], [true]) 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]) AS_IF([test "x$enable_otr" = xyes], [AC_MSG_ERROR([libotr >= 4.0 is required for OTR support])], |