From dbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 8 Apr 2023 15:49:12 +0200 Subject: ragel: Removed --- private/ragel/shared-colm.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 private/ragel/shared-colm.patch (limited to 'private/ragel/shared-colm.patch') diff --git a/private/ragel/shared-colm.patch b/private/ragel/shared-colm.patch deleted file mode 100644 index 3f26ae5..0000000 --- a/private/ragel/shared-colm.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index e1a0fc67..07a2b075 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -59,6 +59,26 @@ AC_CHECK_FILES( - [], - [AC_ERROR([colm is required to build ragel])] - ) -+ -+dnl If the .la files are present use those, otherwise locate the libs with AC_CHECK_LIB. -+AC_CHECK_FILES( -+ [$LIBCOLM_LA $LIBFSM_LA], -+ [], -+ [ -+ AC_CHECK_LIB( -+ [colm], -+ [colm_run_program], -+ [LIBCOLM_LA=-lcolm], -+ [AC_ERROR([libcolm is required to build ragel])] -+ ) -+ AC_CHECK_LIB( -+ [fsm], -+ [libfsm_present], -+ [LIBFSM_LA=-lfsm], -+ [AC_ERROR([libfsm is required to build ragel])] -+ ) -+ ] -+) - AC_SUBST(COLM) - AC_SUBST(COLM_WRAP) - AC_SUBST(COLM_SHARE) -- cgit v1.2.3