summaryrefslogtreecommitdiff
path: root/www/elinks/patches/patch-aa
blob: 93bd147827229836716a88a2ac13cd5bef7fc055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.2 2003/12/14 04:02:53 xtraeme Exp $

--- configure.orig	2003-12-13 18:28:39.000000000 -0800
+++ configure	2003-12-13 18:30:09.000000000 -0800
@@ -4262,7 +4262,7 @@
 			if test "$xyz_piggyswitch" = "cow"; then
 				LIBS="-llua40 -llualib40 -lm $LIBS_X"
 			else
-				LIBS="-llua -llualib -lm $LIBS_X"
+				LIBS="-llua4 -llualib4 -lm $LIBS_X"
 			fi
 
 			if test ! -z "$luadir"; then
@@ -4280,7 +4280,7 @@
 			cat > conftest.$ac_ext <<EOF
 #line 4282 "configure"
 #include "confdefs.h"
-#include <lua.h>
+#include <lua4.h>
 int main() {
 lua_open(0)
 ; return 0; }