diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-29 13:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 13:05:20 +0200 |
commit | d8645a875bd8a90e47b5eed48cbb3342612a2c28 (patch) | |
tree | 5063a921869e4bdc407ce5c1ec839e97f667db6d /configure.ac | |
parent | 412a0a573714c11188cd4a59d871509f8eebbf86 (diff) | |
parent | b3b76d9f5c36fc96e91cd170f6994215cb4ef146 (diff) | |
download | profani-tty-d8645a875bd8a90e47b5eed48cbb3342612a2c28.tar.gz |
Merge pull request #1729 from profanity-im/various-cleanups
Various cleanups
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])], |