aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-16 14:26:25 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-16 14:26:25 +0200
commit8259b96fa0a6797bc853363088bca020cd19b433 (patch)
tree53012e3f93049042d131d992f1dc885d66a195e6 /configure.ac
parentb727497bdeb0487328d470db23ea8cd6e8fdd809 (diff)
downloadgnunet-8259b96fa0a6797bc853363088bca020cd19b433.tar.gz
gnunet-8259b96fa0a6797bc853363088bca020cd19b433.zip
minor fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6a75b1ebf..89e21f2c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -507,10 +507,8 @@ AC_CHECK_LIB(opus,opus_decode_float,
507 )] 507 )]
508 )] 508 )]
509) 509)
510if test "$opus" = 1 510AS_IF([test "x$opus" = x1]
511then 511 [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])])
512 AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])
513fi
514 512
515# libogg 513# libogg
516AC_CHECK_LIB(ogg, ogg_stream_flush_fill, 514AC_CHECK_LIB(ogg, ogg_stream_flush_fill,