diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-18 10:48:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-18 10:48:49 +0000 |
commit | 63f4a3c4e53b7d6aeb09917c0971af2df6549f31 (patch) | |
tree | 006030b0ab00eee5f8ce0dd6591960e0bbb5e1a4 | |
parent | 4148417a2a0fdf2cc839568185150bb4a9203d5d (diff) | |
download | rtmux-63f4a3c4e53b7d6aeb09917c0971af2df6549f31.tar.gz rtmux-63f4a3c4e53b7d6aeb09917c0971af2df6549f31.tar.bz2 rtmux-63f4a3c4e53b7d6aeb09917c0971af2df6549f31.zip |
Extra result message.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2591857..269dd5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -367,7 +367,6 @@ AC_TRY_LINK( AC_MSG_RESULT($found_b64_ntop) OLD_LIBS="$LIBS" if test "x$found_b64_ntop" = xno; then - AC_MSG_RESULT(no) AC_MSG_CHECKING(for b64_ntop with -lresolv) LIBS="$OLD_LIBS -lresolv" AC_TRY_LINK( |