configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8bb6dab0b4007501bd7a970658360520667e5093
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Thu May 11 21:15:41 2017 +0200

    remove avahi option from random config tb
    
    Change-Id: I2762de031dc1b926e85630fe03bf7c1dbe936569
    Reviewed-on: https://gerrit.libreoffice.org/37517
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/configure.ac b/configure.ac
index 900a9f87f89e..ce1d74182b09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1130,10 +1130,10 @@ libo_FUZZ_ARG_ENABLE(directx,
          compile. (DirectX SDK, GDI+ libs)])
 )
 
-libo_FUZZ_ARG_ENABLE(avahi,
+AC_ARG_ENABLE(avahi,
     AS_HELP_STRING([--enable-avahi],
-        [Determines whether to use Avahi to advertise Impress to remote 
controls.]),
-,)
+        [Determines whether to use Avahi to advertise Impress to remote 
controls.])
+)
 
 libo_FUZZ_ARG_ENABLE(werror,
     AS_HELP_STRING([--enable-werror],
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to