Update of /cvsroot/wxlua/wxLua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29025
Modified Files:
configure
Log Message:
fixed dummy typo in configure
Index: configure
===================================================================
RCS file: /cvsroot/wxlua/wxLua/configure,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** configure 19 Dec 2006 21:11:57 -0000 1.43
--- configure 19 Dec 2006 22:34:16 -0000 1.44
***************
*** 2209,2213 ****
{ echo "$as_me:$LINENO: checking for --with-lua-prefix option" >&5
echo $ECHO_N "checking for --with-lua-prefix option... $ECHO_C" >&6; }
! if [ $lua_dir != "" ]; then
# user explicitely provided a path to its own lua, check that it's an absolute path
--- 2209,2213 ----
{ echo "$as_me:$LINENO: checking for --with-lua-prefix option" >&5
echo $ECHO_N "checking for --with-lua-prefix option... $ECHO_C" >&6; }
! if test ! $lua_dir = ""; then
# user explicitely provided a path to its own lua, check that it's an absolute path
|