summaryrefslogtreecommitdiff
path: root/irc/hexchat/files/patch-src_common_meson.build
blob: 159a277f2b2870b854a33d8bcab11be0e4fbe55b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/common/meson.build.orig	2021-10-07 15:54:34.995639000 +0200
+++ src/common/meson.build	2021-10-07 15:54:46.304819000 +0200
@@ -73,7 +73,7 @@
 #   SIGACTION
 #   HAVE_GTK_MAC
 
-if libssl_dep.found()
+if libssl_dep_found
   common_sources += 'ssl.c'
   common_deps += libssl_dep
 endif