Skip to content

Commit

Permalink
configure.ac: fix for fix for LUA52_FROM_SOURCE=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jan 6, 2017
1 parent 1374908 commit 065e89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -106,7 +106,7 @@ AC_COMPILE_IFELSE(
[], [AC_MSG_ERROR([xylib >= 1.0 is not installed])])

AS_IF([test x"$LUA52_FROM_SOURCE" = xyes], [
LUA_INCLUDE='-I$(top_srcdir)/fityk/lua52'
LUA_INCLUDE='-I$(top_srcdir)/fityk/lua52/src'
], [
AX_PROG_LUA(5.1, 5.4)
AX_LUA_HEADERS
Expand Down

0 comments on commit 065e89e

Please sign in to comment.