From: Yurii R. <yr...@us...> - 2003-02-03 09:06:53
|
Update of /cvsroot/eas-dev/eas-dev/build/unix In directory sc8-pr-cvs1:/tmp/cvs-serv5135/build/unix Modified Files: configure.in Log Message: minor changes in build process; `logger' component rewritten to 'handle' log records; compiles but not tested yet. sigslot library added to common includes. another minor changes Index: configure.in =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/build/unix/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- configure.in 3 Feb 2003 06:30:44 -0000 1.12 +++ configure.in 3 Feb 2003 09:06:50 -0000 1.13 @@ -21,7 +21,7 @@ # As I think, since we're build `unix' version, platform for SAL # should be SAL_UNX. However, check this! -dnl AC_DEFINE(SAL_UNX) +AC_DEFINE(SAL_UNX) dnl dnl Check for compilers |