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:

committed by
Michael Schumacher

parent
d64a2194af
commit
cad61e94d4
@ -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>
|
2004-08-01 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: added checks for windres. Fixes bug #148443
|
* 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>
|
2004-08-01 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||||
|
|
||||||
|
@ -246,10 +246,9 @@ if test "$os_win32" = "yes"; then
|
|||||||
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
|
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
|
||||||
AC_CHECK_TOOL(WINDRES, windres, :)
|
AC_CHECK_TOOL(WINDRES, windres, :)
|
||||||
AC_MSG_RESULT([$windres])
|
AC_MSG_RESULT([$windres])
|
||||||
AM_CONDITIONAL(HAVE_WINDRES, test "$windres" != ":")
|
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
|
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
|
||||||
|
AM_CONDITIONAL(HAVE_WINDRES, test "$windres" != ":")
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Generic stuff
|
# Generic stuff
|
||||||
|
Reference in New Issue
Block a user