2006-09-25 03:01:46 +00:00

15 lines
623 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1 2006/09/25 03:01:46 pedro Exp $
--- configure.ac.orig Sat Aug 5 23:46:00 2006
+++ configure.ac Sat Aug 5 23:46:06 2006
@@ -30,10 +30,6 @@ AC_PROG_LIBTOOL
dnl Check for standard header files
AC_HEADER_STDC
-dnl check for the Lua library
-AC_CHECK_LIB([lua50],[lua_open],,[AC_MSG_ERROR([Please install the lua library development suite (lua50 library not found])])
-AC_CHECK_LIB([lualib50],[luaopen_base],,[AC_MSG_ERROR([Please install the lualib library development suite (lualib50 library not found])])
-
dnl configure the panel plugin
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.2.0])