Update of /cvsroot/wxlua/wxLua/build/autoconf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6858/wxLua/build/autoconf
Modified Files:
configure.ac
Log Message:
fix configure to allow setting wxstedit path and lib name
Index: configure.ac
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** configure.ac 21 May 2006 19:16:59 -0000 1.29
--- configure.ac 9 Aug 2006 03:34:48 -0000 1.30
***************
*** 234,238 ****
if test $ac_cv_prog_stedit_set = "1"; then
# add to the library to link to the wxStEdit lib
! WX_LIBS="-lstedit $WX_LIBS"
else
AM_SET_WXBUILD_STR
--- 234,240 ----
if test $ac_cv_prog_stedit_set = "1"; then
# add to the library to link to the wxStEdit lib
! #WX_LIBS="-lstedit $WX_LIBS"
! WX_LIBS="$wxstedit_lib $WX_LIBS"
!
else
AM_SET_WXBUILD_STR
|