Code

use relaytool to weak link libssl
[inkscape.git] / configure.ac
index 0eb5d66e1fcff8a51757dfa6b97748e8dfc971f1..639e4746a52c3916a6f42c0a699f166f9fe9d69e 100644 (file)
@@ -494,6 +494,8 @@ if test "x$with_inkboard" = "xyes"; then
                if test "x$with_inkboard_ssl" = "xyes"; then
                        dnl OpenSSL found; enable SSL support in Pedro
                        INKBOARD_CFLAGS="$INKBOARD_CFLAGS -DHAVE_SSL"
+                       RELAYTOOL([ssl], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
+                       RELAYTOOL([crypto], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
                        AC_DEFINE(WITH_INKBOARD_SSL,1,[Build in SSL support for Inkboard])
                fi
 else