Update of /cvsroot/env-switcher/env-switcher
In directory sc8-pr-cvs1:/tmp/cvs-serv22316
Modified Files:
configure.in
Log Message:
Minor fixes.
Index: configure.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** configure.in 15 Jan 2004 17:04:44 -0000 1.4
--- configure.in 16 Jan 2004 15:08:25 -0000 1.5
***************
*** 99,103 ****
AC_HELP_STRING([--enable-suppress-errors],
[Set switcher to default to not show any errors]))
! if test "$enable_suppress_errors" != "no"; then
AC_MSG_RESULT([yes])
WANT_SILENT=1
--- 99,103 ----
AC_HELP_STRING([--enable-suppress-errors],
[Set switcher to default to not show any errors]))
! if test "$enable_suppress_errors" = "yes"; then
AC_MSG_RESULT([yes])
WANT_SILENT=1
***************
*** 108,111 ****
--- 108,112 ----
DEFAULT_ANNOUNCE_VALUE="warn,error"
fi
+ AC_SUBST(DEFAULT_ANNOUNCE_VALUE)
#
|