aboutsummaryrefslogtreecommitdiffstats
path: root/community/captagent/autoconf-2.71.patch
blob: 49e330fca7acc03d6b6d2b715bb2a9d1aeaae53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN captagent-6.3.1.orig/configure.ac captagent-6.3.1/configure.ac
--- captagent-6.3.1.orig/configure.ac	2021-05-23 08:50:19.526922187 -0600
+++ captagent-6.3.1/configure.ac	2021-05-23 08:50:41.406989317 -0600
@@ -170,7 +170,7 @@
 AC_PROG_MAKE_SET
 AC_LIBTOOL_DLOPEN
 AC_PROG_LIBTOOL
-AC_PROG_LEX
+AC_PROG_LEX([noyywrap])
 
 if test "x$LEXLIB" = "x"; then
        AC_MSG_ERROR([captagent requires but cannot find libfl])