move an AM_CONDITIONAL out of an if block

2004-08-01  Michael Schumacher <schumaml@cvs.gnome.org>

	* configure.in: move an AM_CONDITIONAL out of an if block
This commit is contained in:
Michael Schumacher
2004-08-01 16:26:20 +00:00
committed by Michael Schumacher
parent d64a2194af
commit cad61e94d4
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,11 @@
2004-08-01 Michael Schumacher <schumaml@cvs.gnome.org>
* configure.in: move an AM_CONDITIONAL out of an if block
2004-08-01 Michael Schumacher <schumaml@cvs.gnome.org>
* configure.in: added checks for windres. Fixes bug #148443
together will my last commit.
together with my last commit.
2004-08-01 Michael Schumacher <schumaml@cvs.gnome.org>

View File

@ -246,10 +246,9 @@ if test "$os_win32" = "yes"; then
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
AC_CHECK_TOOL(WINDRES, windres, :)
AC_MSG_RESULT([$windres])
AM_CONDITIONAL(HAVE_WINDRES, test "$windres" != ":")
fi
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
AM_CONDITIONAL(HAVE_WINDRES, test "$windres" != ":")
###############
# Generic stuff