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

New commits:
commit 7455705517033acc24e91df0d5cf9a825f0562a0
Author: Aron Budea <aron.bu...@collabora.com>
Date:   Sat Aug 12 07:07:02 2017 +0200

    Add dlopen check again to fix build
    
    That unneeded dlopen check isn't unneeded.
    Regression from 4be7a6cb166161a5c981f706b460a191984a4c80
    
    Change-Id: I8fc451d16c3fa95696995d884743af675d42804d
    Reviewed-on: https://gerrit.libreoffice.org/41077
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>
    Tested-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 8fbe8e9c..854d9152 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,6 +253,12 @@ AS_IF([test `uname -s` = Linux],
       [AS_IF([test -n "$with_cppunit_libs"],
              [LDFLAGS="$LDFLAGS -Wl,-rpath,${with_cppunit_libs}"])])
 
+AS_IF([test `uname -s` != Darwin],
+      [AC_SEARCH_LIBS([dlopen],
+                      [dl dld],
+                      [],
+                      [AC_MSG_ERROR([dlopen not found])])])
+
 AC_SEARCH_LIBS([png_create_write_struct],
                [png],
                [],
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to