2309621ac51ba2efc11928f0b205f0f45e07fe2a
[pkgsrc.git] / wip / sj3 / patches / patch-ab
1 $NetBSD$
2
3 --- configure.in.orig   2008-02-17 06:27:27.000000000 +0000
4 +++ configure.in
5 @@ -820,7 +820,11 @@ AC_ARG_WITH(external-lua,
6      fi
7    ],
8    [
9 +    if test "x$enable_server" = "xyes"; then
10        with_internal_lua=yes
11 +    else
12 +      with_internal_lua=no
13 +    fi
14    ]
15  )
16  AM_CONDITIONAL(SJ3_INTERNAL_LUA, test x$with_internal_lua = xyes)