summaryrefslogtreecommitdiffstats
path: root/libs/libpbc/patches/020-autoconf-flex-noyywrap.patch
blob: 144f04a9ea6da1de17ed0b56c4603353696a90d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 
-AC_PROG_LEX(yywrap)
+AC_PROG_LEX(noyywrap)
 if test "x$LEX" != xflex; then
   echo "************************"
   echo "flex not found"