Update of /cvsroot/wxlua/wxLua/build/autoconf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6780/build/autoconf
Modified Files:
configure.ac
Log Message:
other mac bundle fixes as noted by Anders
Index: configure.ac
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** configure.ac 21 Dec 2006 16:53:27 -0000 1.36
--- configure.ac 23 Dec 2006 11:10:52 -0000 1.37
***************
*** 320,324 ****
AM_SET_WXLIKE_LIBNAME([wx], [stedit])
-
AM_WXCODE_CHECKFOR_COMPONENT_VERSION([wxStEdit], [wx/stedit/stedit.h],
[$WXLIKE_LIBNAME], [wxSTEditor dummy;], [$minversion],
--- 320,323 ----
***************
*** 329,335 ****
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
--- 328,332 ----
|